Hi,
We have a MDIChild form using a ToolBarsManager whose fill panel has the AtuoScrollMin Size set and AutoScroll set to true, and when the size of this child form goes under the AutoScrollMinSize the scroll bars are not painted until the user moves the cursor over them.
Any idea how this could be fixed?
Thanks
Hello jcmarq,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Yes, at the end it seems that it was caused by the table layout panel inside the panel with AutoScroll, I'm wondering now if we could replace WinForms TableLayoutPanel with an Infragistics component.
Is there anything that bothers you about this scenario?
Please feel free to let me know if a question about our toolset comes up on your mind.
As the problem was originally caused by Winforms TableLayoutPanel I was wondering if there is any infragistics control that could replace it.
Also for performance reasons would like to know if there is any way to ask the ToolBarsManager FillPanel to redraw only the scrollbars as for the fix we implemented we are invoking refresh for the whole panel.
1. For your first questions you might find your answer through one of the following links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGridBagLayoutPanel.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGridBagLayoutManager.html
2. There is no way to do this, I think.
Hello,