tabpage
How to make TabPages draggable?
I\'d like to enable user to rearrange TabPages order by开发者_开发知识库 dragging and dropping. Moreover it\'d be cool to enable user to drag TabPages from one TabControl to another. Both the way like[详细]
2023-02-10 00:22 分类:问答How can I assign a custom backcolor or background image to a TabPage control?
How can I assign a background image to tabpage control in Visual Studio C# 2010? I am able to provide background image to each of the tab separately, but I cannot 开发者_高级运维do it so for the whole[详细]
2023-02-07 10:15 分类:问答Controls on a tabpage (tab control) that's not visible return Visible = false
I have a tab control in a windows form. It\'s working great, except for the following example. When I have tabpage2 selected, all controls on tabpage1 return their visible pro开发者_JS百科perty as FAL[详细]
2023-02-04 09:51 分类:问答C# - Passing focus to a tabcontrol/page and not being able to mousewheel scroll
I have a combobox with four items that correspond to tabs in a tabcontrol. When the user selects an item from the combobox (by left clicking and left clicking again to select an item) the correspondin[详细]
2023-02-01 06:52 分类:问答C# Combobox and TabControl woes
enter code hereI have a TabControl on a Form and in the TabPages there are ComboBoxes. When the form OnLoad, I populate the ListItems in the ComboBoxes and the attempt to set default values to string[详细]
2023-02-01 02:01 分类:问答C# TabPage inheritance
I have two classes. First class has TabPage control. I want to change layout of TabPage in Child class(Class B). For examp开发者_如何学Gole how to add simple button to tabPage control in Child class?[详细]
2023-01-31 23:50 分类:问答C# one statusStrip for multi tabs?
My form has multi tab pages, can I use 1 statusStrip for all those tabs? Because when I change from tab_page1 to tab_page2, the statusStrip at the bottom of my form disappeare开发者_Python百科d. Thank[详细]
2023-01-31 15:11 分类:问答TabPages :: Bring Tab To Front on KeyDown
I am working in Managed C++ via VS 2008.I am creating a Windows form app.The application contains 4 tabs.The user wants to be able to simply press a function key (in this case, F5, F7, F9 or F10) . .[详细]
2023-01-31 10:46 分类:问答Is it possible to make the WinForms Tab Control be able to do tab reordering like IE or Firefox?
Is it possible to reorder the tabs in the WinForms开发者_运维问答 TabControl at run-time like IE or Firefox?[详细]
2023-01-28 02:57 分类:问答Windows Form Tabpage loads slowly
I have a tab-control that has 4 tab pages. Each tab page contains a user-control that I add programmatically when the program first loads. For some reason the second tab-page loads slow when I click o[详细]
2023-01-27 06:46 分类:问答