PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Messingham on October 09, 2004, 12:29:45 PM

Title: List Size Problem
Post by: John Messingham on October 09, 2004, 12:29:45 PM
Hi,

I am trying to get a listbox to be the same height as a listview. I have tried the ff_control_setsize. The listbox is either to big or to small when I change the height setting. I do not seem to be able to find the right setting. Is this a known problem?
Title: List Size Problem
Post by: John Messingham on October 09, 2004, 12:35:23 PM
Having said that, I am able to make the listview the same size as the list box. Maybe I will just do that instead.
Title: List Size Problem
Post by: TechSupport on October 09, 2004, 05:08:04 PM
Try setting the LBS_NOINTEGRALHEIGHT in the WindowStyles for the ListBox.