dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Panel - HorizontalBar not appearing #12

Open DBenS opened 7 years ago

DBenS commented 7 years ago

The HorizontalBar of PANEL is not appearing in Runtime mode - just in DesignMode. I put many other controls within it. In DesignMode both bars are appearing normally, but during runtime only the VerticalBar is acting.

Thank you.

DBenS commented 7 years ago

Hmmm.... It is related to the size of Panel and the position of controls within it. It's just like a kind of "margin" would be interfering with it...

And the down-rightmost point of both bars (the panel's bottom-right edge) is transparent, I mean, you can see the control through the vertice square.