I'm using a listbox2 in my project and it keeps resizing the bottom to map the scrollbar to an exact number of items. How can I have it dock fullscreen and show the last item in the list as a partial item?
It seems like its locked to only show full height items and doesn't implement the IntegralHeight property like http://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.integralheight.aspx
Does anyone have any tips so I can get around this?