tabpage
Is there a way to get the bounds of a TabPage in a Winforms TabControl?
I have a Form with only a single TabControl, with many tabs, where each tab has only square buttons side by side. I am trying to make it so that when the user c开发者_如何学运维licks on a tab, the for[详细]
2023-04-09 04:27 分类:问答Horizontal scrollbar on tabPage
Working in Design mode on Visual Studio 2010... I am trying to get an horizontal scrollbar on a tabPage. From what I understood by reading here and there, setting the AutoScroll property of the tabPa[详细]
2023-04-03 18:58 分类:问答Adding controls to tab page runtime
I am using C# and winForms, I have a few tab开发者_高级运维controls, which contains a few tab pages,[详细]
2023-04-01 20:10 分类:问答won't add TabPage to TabControl
I\'m trying to add a tabPage to an existing TabControl named TabControl4 I went all over it with the Debugger and everything is fine, but it won\'t show the TabPage in the TabControl.[详细]
2023-04-01 04:58 分类:问答Disable Tab Pages on Form load and then enable on button click [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-31 01:36 分类:问答Add new tabpage to Tab
TabPage newtab = new TabPage(); newtab = tabPage2; Acc1Tab.Controls.Add(newtab); with tabPage2 I created by d开发者_开发百科esign mode with button, label...[详细]
2023-03-03 09:09 分类:问答The proper way to use dynamic tabpages in C#
I am developing a simple software in .NET C# for blind people that includes a phonebook. The phonebook consists of a form with tabs in it (each tab represent a group i.e. family, friends , work etc.)[详细]
2023-02-14 03:45 分类:问答Adding control to a location on a tabpage which has a scrollbar
I have a TabPage with a number of different slider controls on it (some custom range slider controls some normal TrackBar controls). When the user ticks or de-ticks certain checkboxes it deletes all t[详细]
2023-02-12 09:55 分类:问答How to remove a tabpage from a context menu
I have written the code to display a context menu on right click of my tabpages. How would I go about actually removing the tabpage when the user clicks \"Remove Tab\" from the context menu? I have go[详细]
2023-02-10 13:28 分类:问答how to use one file in a few threads
I have applicat开发者_如何学JAVAion where I\'m using a tabPage controls. In each of this controls I read data from the excel file and then analyze the data in separate threads. How make to a few threa[详细]
2023-02-10 10:42 分类:问答