c# - Telerik Winforms UI: Showing UserControl-Forms tabbed and docked -
So far I am using a standard winforms I want to separate everyone as separate "pages" each as I thought about using the Is this OK? Is there a better way? TabControl Fixed various modules of my application To host the form, for example, various gridviews, but in this way the whole form becomes very large because there are too many controls in it.
UserControl (from 'I have heard, this
form Better than use). Is she fine And how does this best apply with teleic controls?
RadDock control and add it to my UserControls as
tabbedDocuments .
DocumentWindow docWindow = new document window (); MyUserControls.FirstGrid ctrl = New MyUserControls.FirstGrid (); DocWindow.Controls.Add (ctrl); RadDock1.AddDocument (docWindow);
Comments
Post a Comment