Hi all,
I'm trying to write a VCL which includes all function'ies from TCheckListBox [type TNewCtrl = class(TCheckListBox)]
but with some differences.
One of them is to hide the default checkbox column and replace it with a property 'CheckBox'.
How can I write code (I guess within DrawItem) to hide the checkbox column (that is, for my new control looks like just as the TListBox component)
Thank you
I'm trying to write a VCL which includes all function'ies from TCheckListBox [type TNewCtrl = class(TCheckListBox)]
but with some differences.
One of them is to hide the default checkbox column and replace it with a property 'CheckBox'.
How can I write code (I guess within DrawItem) to hide the checkbox column (that is, for my new control looks like just as the TListBox component)
Thank you