Hello,
I wanted to know if it’s possible to extends DesktopListBoxColumn to add properties to the object used in DesktopListBox.
My need is to add a boolean on the column (required) and if true, I will add an asterisk to the header through PaintHeaderContent to add a red asterisk.
I would prefer not to keep an array of references in a property of the DesktopListbox and also not using the ColumnTag as I have already something stored in it
But I do not know if there are other ways to achieve what I want.
Julien
4 posts - 3 participants