Hi,
I am gettign some troulbe in using GridBagLayoutPanel. Help document didn't help much.
so does www.infragistics.com provide any sample solution that show usage of GridBagLayoutPanel.
Thanks for the help..
Thanks,
kiran
Hi Mike,
Thanks for reply. Documentation doesn't cleary tell how to place or organize controls into container controlled by UltraGridBagLayoutManager.
If you just drag and drop controls, it doesn' make sense how these controls are organizing..
I followed examples in NetAdvantage Sampels for windows forms which was helpful to understand to work with UltraGridBagLayoutManger.
I came to know how to use Origin, Weigth, Span properties of GridBagConstraints.
Kiran
Hi Kiran,
What's the problem? The main functionality of the GridBagLayout panel is at design-time, really. Otherwise, it's just a Panel control with an UltraGridBagLayout component on it. So you might want to review the documentation for the UltraGridBagLayout component.