I need to know how to make a tab item in a tab control unavailable for a certain kind of user. The thing goe开发者_StackOverflows that after making \'log in\', if the user is not the administrator, h
I have Winform app I am writing in C#. On my form, I have a TabControl with seven pages, each full of elements (TextBoxes and DropDownLists, primarily). I pull some information in with a DataReader, p
I\'ve created CustomTabItem which inherits from TabItem and i\'d like to use it while binding ObservableCollection in TabControl
I have to develop a customized tab control and decided to create it with WPF/XAML, because I planned to learn it anyway. It should look like this when it\'s fin开发者_运维百科ished:
How do I programmatically reorder the tabs in a TabControl? I need to sort the tabs depending开发者_JAVA技巧 on some conditions.
I want to create dynamic tabPages in TabControl. In each tabPage I create dataGridView and i want to fill the entire space of each tabPage with this dataGrid. Here is code, where i do this:
I have a form with a tabcontrol and 4 tabs. I want to open a form with showdialog in a predetermined tab.
I\'ve got a UI with a fairly standard look and feel. It has a column of icons on the left side which 开发者_如何学JAVAwhen clicked open a different user control on the right side. Currently I\'m using
I have been strugging with this for a while, it would have been simple to do in WindowForms. I am making a IRC Client, there will be a number of Tabs one for each channel connect to.
For our project, we\'ve written a WinForms UserControl for graphing. We\'re seeing some strange behavior when our control is sited in a TabControl - our control continuously fires Paint events, even