Tagged Questions
The tabpage tag has no wiki summary.
14
votes
3answers
17k views
6
votes
2answers
2k views
Visual studio - TabControl.TabPages.Insert not working
Here's my code:
public MainForm()
{
InitializeComponent();
MyServiceSettings obj = (MyServiceSettings)ConfigurationManager.GetSection("MyServiceSettings");
foreach ...
4
votes
4answers
2k views
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 to ...
4
votes
1answer
10k views
C# TabControl TabPage Change
How do I change the tabpage being displayed in my tabcontrol programmatically?
3
votes
1answer
196 views
Disable Tab Pages on Form load and then enable on button click [closed]
I have four TabPages in a TabControl and on the form load the first TabPage should be Enable and others should be disable. ( Not Hide, Remove or disable Contents of the TabPages).
The following is ...
3
votes
1answer
195 views
Turn New tabPage into New process
I Have i tabbed application called test.exe , and I need to create a new process every time I create a new tab ( something like IE8 do. ).
So if I have 3 tabs opened, I have 3 test.exe process ...
3
votes
1answer
625 views
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 ...
3
votes
2answers
464 views
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?
Links like this don't give me much hope.
3
votes
2answers
450 views
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 ...
3
votes
3answers
1k views
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 should ...
3
votes
2answers
225 views
UserControl inflates when placed on a form?
EDIT > SOLVED: It turns out that I had set all of the UI elements' font properties to be 14pt Arial, but not the usercontrol itself, so when it was drawing it on the form, it was resizing it all. ...
2
votes
1answer
95 views
Make the image scrollable
I have TabPageControl and some TabPages inside it. I need to put the big image into the tabpage and change it every 30 sec and I want to see just a part of the image. So I need scrolling. But I have ...
2
votes
3answers
350 views
How can i make WinForms TabPage header width fit it's title?
How can i make WinForms TabPage header width fit it's title?
Here is the problem.
2
votes
2answers
482 views
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 the same as ...
2
votes
2answers
214 views
How can I get a TabPage from a TabControl based on a Point?
Surely this has got to be easy; I'm just not having any luck with it.
How would I get the TabPage of a given TabControl whose tab contains a given Point? For example, if I'm handling the MouseUp ...
2
votes
3answers
2k views
Activate tabpage of TabControl
I am using TabControl in #.NET application. By default first tab page of TabControl is showing in form loading. I want to activate/show other tab pages in form loading. Programmatically, how can I ...
2
votes
1answer
371 views
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?
2
votes
1answer
317 views
How to focus a certain tabpage when it rightclicked?
How to select or focus a certain tabpage when it right clicked?
2
votes
1answer
371 views
2
votes
3answers
1k views
Hiding/blocking tabs using windows forms in c#
The thing is that i have a 'log in window' and a 'mainwindow' that is called after pressing the log in button or the "VISITANT" button
If pressing the log in button, the whole system will come out, ...
2
votes
3answers
751 views
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 goes that after making 'log in', if the user is not the administrator, he will have one or two ...
2
votes
1answer
1k views
WinForms TabControl validation: Switch to a tab where validation failed
I currently have a Form with a TabControl containing some TabPages. Each TabPage has several controls with validation logic and appropriate ErrorProviders. On my OK_Button_Clicked event, I call ...
2
votes
3answers
652 views
C# TabPages added at runtime don't autosize the parent form
I have a simple form that contains a TabControl where the TabPages are added at runtime. I have gotten all of this to work almost as I want it to, however when I set the form to autosize, it ignores ...
2
votes
2answers
641 views
Tabpage control leave
I have a tab control and 3 tabpages in it. ( C#)
if i am in tab 2, and edit a text box value
and then click tab 3, i need to validate what was enetered in the text box.
if correct i should allow to ...
2
votes
1answer
2k views
autosize controls in TabPages
I have a TabControl consisting of several TabPages. One of these TabPages contains a TreeView and another contains a DataGridView. I would like these controls (and tabpages) to AutoSize to the maximum ...
1
vote
1answer
98 views
Check if a specific tab page is selected (active) in C#
I am making an event to check if specific tab page in a tab control is active.
The point is, it will trigger an event if that tab page in a tab control is the currently selected tab. Any code that ...
1
vote
2answers
205 views
AutoTab to Next TabPage in TabControl
C# .Net fw 3.5, in winform in TabControl,
when the user tab out of the last control on a TabPage, then focus should moves to the next page, and focuses the first control in that page, how can i do ...
1
vote
2answers
91 views
TabPage doesn't repaint the background image
I have a TabControl and a TabPage inside it. BackgroundImage consists of lines attaching the points. So I have some polygon. All these points are kept in the storage. each point has the time property ...
1
vote
1answer
99 views
Access variable inside the tab page of the Form
Here I'm facing problem,I'm adding form dynamically into tab page.
I have to get a static variable from that form.
i used code,but i can't get exact value which i need.
private void ...
1
vote
2answers
246 views
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 ...
1
vote
2answers
142 views
toggle between tab pages using buttons within them
I have a tab control in a form and user controls are loaded onto each tab page at the form load event. I want to switch between tabs using command buttons within the tab pages, meaning the buttons are ...
1
vote
1answer
85 views
C# Adding a tabpage to a listView
I have a window form application, and in that I have a ListView called lstView.
How do I add a tabpage to that through code.
thanks in advance.
1
vote
1answer
157 views
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.) ...
1
vote
1answer
966 views
Winforms TabControl alignment problems
When I set TabControl alignment to Left or Right it leaves this huge space between tab buttons and tab page area. How to get rid of this useless space?
TabControl.Appearance is set to Buttons ...
1
vote
3answers
1k views
WinForms/C#: Controls on a tabpage (tab control) thats not visible return Visible = false
I have a tab control I am using winforms and it's working great but when, for example, I have tabpage2 selected, all controls on tabpage1 return their visible property as FALSE which actually is ...
1
vote
1answer
251 views
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 ...
1
vote
1answer
172 views
How to prevent delay loading of a UserControl in a TabControl?
I have just discovered that UserControls in a TabControl will not load until the parent TabPage is selected. Is there a way to prevent this delay loading? I need to initialize the UserControls when ...
1
vote
1answer
456 views
C# TabPage ImageKey not drawing
I have an Application that runs tests on a customers account in order to judge if their service is working correctly. During the process of running the tests, the application reads each test and ...
1
vote
1answer
571 views
How to make an Firefox like tabcontrol in c sharp?
Does someone know how I could extend and TabPage so that there is a X visible on an active tab, that when pressed, closes the tab /ask if the tab should be closed ?
Thanks
1
vote
2answers
403 views
Sizing issues while adding a .Net UserControl to a TabPage
I have a complex Windows Forms GUI program that has a lot of automated control generation and manipulation. One thing that I need to be able to do is add a custom UserControl to a newly instatiated ...
1
vote
3answers
1k views
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, ...
1
vote
2answers
129 views
How do you modify a control that has been re-parented to a TabPage?
I have a user control that contains a collection of controls to be reused for presenting data on the UI. I've attempted implementing a "pop-out" option that will re-parent the control from another ...
1
vote
4answers
1k views
Multi-tab application (C#)
I'm creating a multi-tabbed .NET application that allows the user to dynamically add and remove tabs at runtime. When a new tab is added, a control is added to it (as a child), in which the contents ...
1
vote
0answers
437 views
.Net DataGridViews Bound to Same Binding Source in Different Tab Pages
I have a winform (C# VS2008 .net 3.5) with a Tab Control. Two of the pages on the tab control have Data Grid Views bound to the same Binding Source. This works fine.
However, there is a bug with ...
0
votes
0answers
13 views
.net update tabpage included picboxes
In my tabpage there are three picboxes and I added an image for all of them. Now when I click a button, the images are changed, so I want to update the tabpage so I can see the changed images. I call ...
0
votes
1answer
45 views
TabPageControl as UserControl: subtitles and buttons are increased
In C# I have created TabControl which inherits from TabPage:
public partial class TabPageControl : TabPage
{
public AutoScaleMode AutoScaleMode = AutoScaleMode.Inherit;
private ...
0
votes
1answer
150 views
User Control dock inside Tab Page Windows Form
I have a TabControl. I add tab pages at runtime. On top of tabPage i add User Control at runtime.
Inside user Control i have richtextbox.
So its like ...
0
votes
0answers
74 views
Address bar and tagPage in C#
I am new to C#, so kindly bear me. I am working on creating an web browser app. I have a textbox control and tab Control.TextBox is outside the TabControl. In textbox, web url is provided and response ...
0
votes
3answers
91 views
Draw a line on a TabPage in C#
I am having trouble drawing a line on a TabPage.
I actually have a TabControl inside a TabControl. I have drawn a number of labels which I am using as boxes. I want to draw lines to join them ...
0
votes
1answer
44 views
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 clicks on a tab, the form resizes itself ...