PDA

Click to See Complete Forum and Search --> : Listbox, Tabs, and chkboxes


James Stanich
Sep 9th, 2000, 12:25 PM
I've asked in the genral area wihout any help... I use sendmessage to add 5 tabs to a listbox. that code works exactly as expected.

My problem:

When I change the style to chkbox, the same code that worked fine to add the tabs does not line up the data correcly. What must I modify to acccomplish?

parksie
Sep 9th, 2000, 12:32 PM
I'm a bit confused here. You can't have a tab on a list box!?! What is it you're referring to?

James Stanich
Sep 9th, 2000, 12:37 PM
No what I am saying is that the tabs I set work fine unless the style of the listbox is changed to chkbox, which is really what I would like to do. When I change to chkbox, the data displayed is not lined up (it acts like the tabs are not set thru the sendmessage and just adds a tab between the cloumns. But if the data on line 9 in cloumn 1 is longer than the data on line 10 in cloumn 1 then the data for both lines in cloumn two do not match up). Does this make sense?