tabpage
Active TabPage has same color as my controls
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[详细]
2023-01-26 10:47 分类:问答CF - TabControl - how to make the tabs bigger?
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[详细]
2023-01-15 01:02 分类:问答TabVisible workaround - memory leaking
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.[详细]
2023-01-10 18:15 分类:问答Hiding and Showing TabPages in tabControl
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[详细]
2023-01-09 16:08 分类:问答C# Storing original positions of Tab Pages within a Tab Control
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[详细]
2023-01-09 14:39 分类:问答How to make an Firefox like tabcontrol in c sharp?
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 ?[详细]
2023-01-03 14:59 分类:问答Dock Panel component for .NET that allows docking inside tab-pages?
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[详细]
2023-01-01 11:06 分类:问答Controls moving from one tab page to another
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[详细]
2022-12-29 03:05 分类:问答How to hide/block a tab in c#?
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[详细]
2022-12-27 21:34 分类:问答C# Winforms TabControl elements reading as empty until TabPage selected
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[详细]
2022-12-27 19:02 分类:问答