Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combobox minimum size

Status
Not open for further replies.

odinborson

Programmer
Joined
Feb 9, 2006
Messages
6
Location
US
My combo box seems to have a default minimum height of 21. If I call combo.MinimumSize.Height it says I can go to as low as 0 (this property for ComboBox is new to .NET 2.0). But setting the height to something different doesn't change the height. Is there a way?

Also trackbars seem to have to have a default minimum height and I remember in visual c++ MFC being able to shrink them down very small, but the dotNet won't let you. I was thinking it may have something to do with makeing sure themes work right. Any ideas why?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top