C# ListViewBox offset

37 Views Asked by At

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

1

There are 1 best solutions below

0
Terrence On BEST ANSWER

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