How do tabular a ListBox that their property DrawMode is OwnerDraw

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi...
I would be very grateful If You could resolve my question, my question is
"How do tabular a ListBox that their property DrawMode is OwnerDrawFixe?".

I do know as tabular a listbox, but I don't know is as tabular a listbox in
the which its DrawMode Property is OwnerDrawFixed.

I thank their help.
 
Christopher,

I don't think that this is possible. Rather, you should create a
DataGrid and render the columns yourself. It would probably be much easier.

Hope this helps.
 
Back
Top