Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
GridBagLayout Designer Support
posted

Hello,

how can I properly configure the UltraGridBagLayoutManager in the Visual Studio Designer? It doesn't seem to be possible to configure the layout, margins. Just the Properties-Page allows to set some values - but what I talk about is real Designer-Support.

In general, is there any tutorial, beside the sample-explorer?

I'm using Visual Studio 2012 Pro Update 4 and Infragistics NetAdvantage 2013.1

Thanks

Patrik

Parents
No Data
Reply
  • 23930
    Verified Answer
    Offline posted

    Hi Patrick,

    Thank you for posting in our forums.

    When UltraGridBagLayoutManager is added to a form additional properties (GridBagContraint, IncludeOnLayout, MinimumSize and PreferredSize) are added to the controls on the forms. Currently you can control the position and size of the controls through these properties (you can control the PreferredSize of the controls with the mouse as well). If you want additional designer support (like being able to position the controls with the mouse), please log a new product idea from our product ideas site: http://ideas.infragistics.com.

     Please include a link to this forum in your idea.

    As for additional resources other than the sample-explorer you can see our documentation about the component:

    http://help.infragistics.com/Doc/WinForms/2014.2/CLR4.0/?page=WinGridBagLayoutManager.html

    Please let me know if you have any additional questions.

Children