Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » bug - resizing form Collapse All
Subject Author Date
mike lindsey Aug 23, 2009 - 8:56 PM

Hi -


to reproduce:


Add tab control to form and add panel control to a tab page.


Anchor the panel top, left, bottom, right to tab page.


Drop a .Net datagridview onto the panel and anchor it top,right,left.


Result:


The datagridview expands to a very large size at runtime and even design time.


This also happens with .Net textbox on Elegant.Ui.Panel.


Will you please verify - and let me know of a work around if you have one?


Thanks,


Mike


 


 


 


 

Technical Support Sep 8, 2009 - 1:13 PM

We think that the Panel object seems to be a form child so it stretched to a large size. We noticed that sometimes when you try to put some control on the TabPage the designer actually puts it on the Form. Though it may seem that the control is on the tab page, it may actually be under the tab page. Make sure that the panel is a child of the tab page, you can check this in the designer generated code. If the problem persists, please send us a project illustrating the issue.