StatusBar Bug?

  • Thread starter Thread starter Oleg Medyanik
  • Start date Start date
O

Oleg Medyanik

Hi,
faced the following problem.. (NET 1.1)
Steps to reproduce -
1.Create New Windows Forms Application
2. Add StatusBar and set ShowPanels = True
3. Add new panel and Set Autosize = Contents
4. Run application and Maximize it -

Behaviour - StatusBar rihgt bar right -side image whis is normally shown
when the window is not maximized
is not hidden and works very strange - resizes statusbar itself.

When you change Autosize property of the panel to None - all works fine.

Can you advise something?
Thank you
 
Back
Top