I am new to Infragistics, in my application i want to dynamically dock the user control into the windows forms Top like visual studio 2010 tabs.
Hello,
Thanks. I need further assistance on this issue.
Created a sample application (dockapp attached). Form1 as 2 button, Button (sample & Try) . Click on sample button , it opens a form3, this is what i want (i designed it statically). click on Try button it should load all the user control dynamically and display in the form (as shown in form3)
Looking assistance from you.
Thanks
GreetingsSrini
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
You could use UltraTabbedMdiManager and this control will allow you to drag and reposition the tabs within the main form. Please see the “MyFinances” sample form our Windows Form Feature Browser ( if you were installed the samples during installation of our product you could find the sample browser under "C:\Users\Public\Documents\Infragistics\NetAdvantage 2011.1\Windows Forms\Samples\Infragistics.Guidance.WinForms.FeatureBrowser.exe"). Other approach that you could use is to use UltraDockManager and to show your custom controls or form in dockable windows. Please see attached sample.
Please let me know if you have any further questions.
Hi,
Do the following:
- Use MDI Parent Form for viewing the child forms
- Drop UltraDockManager & UltraTabbedMdiManager on your main MDI Parent form
- Set the .MDIParent Property of each child form to MDIParent form
- Now each child form will open as tab in main MDIForm, you can drag n drop each tab as you can do it in VS 2010. You will also dock them to any side i.e. Left, Right, Top & Bottom as you can do in VS2010.