Search code examples
c#checklistbox

C# ListViewBox offset


Is it possible to offset CheckListBox items like 21061, 22004 and 22004 in the image below?

Using the MultiColomn property does work, but it creates a spreadsheet like view, which is not exactly like the image.

CheckListBox Offset


Solution

  • Thank you for the information Muhammed Waqas Aziz. Using a TreeView and enabling the CheckBox properties achieves the desired effect.