I have made a TabControl and want to use some controls (labels, textboxes, buttons and combobox drop-downs). The problem is that when I select a tab, the default background开发者_高级运维 color is not
I have a tab control with tab pages (cf). The tabs are too small ... can some1 tell me how can i make 开发者_运维问答them bigger?Increase the size of the TabControl\'s Font.That takes care of the hei
I\'m trying to implement enhanced TabControl/TabPage classes, in order to achieve real TabVisible feature, since TabPage\'s Visible property doesn\'t work as expected.
I am trying to show or hide tabpages as per user choice. If user selects gender male then form for male in a tabpage \"male\" should be displayed and if user selects female then similar next form shou
I\'m relatively new to C# and I\'m trying to use a tab control which has 5 tab pages within it.These tab pages are displayed and hidden when required and I开发者_Python百科 am able to re-add pages to
Does someone know how I could extend and TabPag开发者_JS百科e so that there is a X visible on an active tab, that when pressed, closes the tab /ask if the tab should be closed ?
I want to build a user-interface that, for historical reasons, has a lot of \"columns\" of information. Many of these aren\'t relevant for all users in all cases, so I thought I\'d look at dock panels
I am using Visual Studio 2008 and recently a wierd bug has appeared. In my forms I have a tab control with multiple tab pages.I can place a control on a tab page fine, but when I move it by way of cl
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