odinborson
Programmer
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?
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?