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?
Having said that, I am able to make the listview the same size as the list box. Maybe I will just do that instead.
Try setting the LBS_NOINTEGRALHEIGHT in the WindowStyles for the ListBox.