List Size Problem

Started by John Messingham, October 09, 2004, 12:29:45 PM

Previous topic - Next topic

John Messingham

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?

John Messingham

Having said that, I am able to make the listview the same size as the list box. Maybe I will just do that instead.

TechSupport

Try setting the LBS_NOINTEGRALHEIGHT in the WindowStyles for the ListBox.