The tabpage tag has no wiki summary.
0
votes
2answers
43 views
c# tabcontrols can't add panel in another tabpage
I have some problem about window form in VS C# . I make a tabcontrol. it 's compound with tabpage1, tabpage2
. All tabpage will add same panel. when I click for switch tab it should show the panel. ...
0
votes
2answers
44 views
Changing focus from on textbox to another, when tabpages is changed in C#?
I have several tabs in a form. Each tab has one textbox. When I enter tabpage1 I have managed to set the focus on the textBox1. When I press a button in tabpage1 I jump to a random tab in the ...
1
vote
1answer
44 views
Set AutoScrollPosition of horizontal scrollbar on tabpage
I have a tabcontrol that has a tabpage that I've added autoscroll to via the properties window. When the scrollbars appear, the horizontal scrollbar is automatically scrolled all the way to the right. ...
0
votes
1answer
51 views
Location of controls got changed after adding it to a tabpage
I have winform application which uses a tabPage, and I dynamically added some controls into the page. However the location of the controls got changed after then. After some tweaking, it seems the ...
0
votes
0answers
17 views
UIPageViewController with TitleIndicator for ios
I'm beginner in iOS and I would like to do an app with a title above a UIPageViewController as Android with a ViewPager and TabPageIndicator... I'm not looking for a TabBarController because I want to ...
0
votes
2answers
66 views
Winforms throws ArgumentOutOfRangeException when setting TabPage.Text
I have code like this
someTabPage.Text = "hello";
where someTabPage is a non-null instance of System.Windows.Forms.TabPage created by the Winforms designer.
Occasionally (no one can reproduce this ...
0
votes
2answers
49 views
Making a transparent tab background?
I was wondering if I could draw the background of a tabpage in C# transparent like so I can see behind the window itself. I though it would give a cool effect but I don't know if or how I can do it. ...
0
votes
3answers
48 views
Changing interger shown in tabPage.text with a button click in c#
I cant seem to change the interger shown in tabPage.text with a button click in c#.
I have tried to change it to a string, but that did not help.
The number "24" shows on the tabPage, but it wont ...
0
votes
1answer
30 views
Access Dynamically Created Controls in a TabPageControl
I am creating a bunch of UserControls each in a tab in a TabControl. The problem I'm having is I need to access a value from the controls. I have no idea how to do this.
string q;
foreach (TabPage tp ...
-1
votes
1answer
93 views
Open tabpage from another tabpage in C# (WinForms) [closed]
Hey I want to open tabpage2 when i'm clicking a button in tabpage1.
How can I do it ? Thanks.
picture :
0
votes
0answers
42 views
Show an exact tabPage in another form
I'm currently working on a C# app, on VisualStudio 2010 using .Net Framework 3.5 , & with a simple Click i wanna go the an exact tabPage in another Form called FormX, where an existant ...
0
votes
0answers
77 views
asp.net ajax tab control
I am using asp.net ajax tab container. One of the pages in the project has been a mess with a lot of tabs in it. Each of the tabs have some user control. Since, I did not want any flickering in the ...
1
vote
1answer
90 views
Call a tabPage from a separate window form
I have literally just started programming VB today; so forgive my incompetence.
I currently have two window forms, one to navigate though different pages via TabControl (Which is called ...
4
votes
2answers
129 views
Changing text of a combobox in a different tab
I have a combo box which I need to mirror in another tab page in a C# winforms based application.
I have perfectly working code for when you select a different item from the drop down list. ...
0
votes
1answer
87 views
How to match default TabPage styles with programaticlaly created tab pages?
When inserting tabpages programmatically, the TabPages that are created do not have the same type of color-scheme as one would expect when using the designer. As you can see from the screenshot image ...
0
votes
0answers
283 views
(resolved?) datagridview programmatically added to tabpage - column count 0?
I am adding a datagridview to each of several tab pages.
The datagridviews are readonly and contain several columns. I only want to display three of the columns.
I have code to change visible to ...
0
votes
1answer
550 views
Hide & Show Tabpages vb.net (What is wrong here?)
Form Structure:
a) On form1 there are 4 checkboxes and form2 has a tabcontrol1 with 4 tabpages.
b) Each checkbox on form1 is linked with a tabpage on form2.
c) Each tabpage has fixed controls.
...
0
votes
0answers
15 views
how to clear the text for textboxex and combobox inside the tabpage control?
I have a task for clearing the controls,these all controls inside the tabpage,soo
1)How can i access the controls as well as clear those controls?.Below is my code
public void ClearFields(Control ...
0
votes
2answers
89 views
How to get PropertyGrid from TabPage Collection
I created newPropertyGrid and add that to newTabPage. I save all newTabPage to lstTankTabPages(generic collections). I want to raise an event when the data changes in the property grid to change the ...
0
votes
0answers
130 views
Designing a custom TabPage, was this approach acceptable?
I have a situation where I am loading many tab pages, but the tab pages need to have a collection of controls on them when they're loaded.
The way I worked around this was to create a new control - ...
0
votes
0answers
213 views
c# weird size issue of tabpage
i'm trying to write a brainfuck ide in c#. i will use a design similar to brainfuckdevelop with separate windows for sourcecode editor, memory stack and I/O.
so i have nearly completed the rough ...
2
votes
1answer
162 views
Determain the Height of a TabRow in a TabControl (VB.NET)
i have a WinForms TabControl which is set to
Multiline = True
I made my own custom RowsChanged Event
''' <summary>
''' Event that is raised if the rowCount of the control changed.
''' ...
0
votes
2answers
271 views
How to make Tab pages' widths fit into the TabControl's width
I have a TabControl with two tab pages.
How can I make the tab pages fit into the width of the TabControl like shown in the below screenshot.
I tried with the following line of code but it does ...
0
votes
2answers
119 views
How to change tab page title when I activate other tab page
1st page:
2nd page:
Hi I'm using Android ActionBarSherlock: and I'm having trouble:
How to change title bar text when I change tab page, sorry for this simple question but It is taking me a lot of ...
1
vote
0answers
80 views
Using TabPages in Project Properties window in VisualStudio2012
How can I use the Tab control in project properties window in Visual Studio 2012 in my own windows form project?(below picture)
0
votes
2answers
2k views
Programatically hide/remove tabpages in VB.NET
I have 10 tabpages on my form. Based on an input in a textbox, I want to programmatically remove number of tab pages, i.e. if textbox input is 3 then only first 3 tabpages should be visible and ...
0
votes
0answers
101 views
Stop form/detail/tab control height/width increasing when pasting labels, option groups to tab page in Access 2007?
In design view, I have a couple of tab pages in a form in Access 2007. I would like to set the height to 5.22" and the width to 7.6." However the height increases > 5.22" whenever I paste a copied ...
1
vote
3answers
477 views
Why in Win Classic theme TabControl's background doesn't change the colour?
In Win7 theme it works good, but in win classic theme it looks weird.
In Win 7 theme :
In Win Classic theme:
Is there any chance to fix this ?
0
votes
1answer
316 views
C# Tooltip on TabPage
How can I show Tooltip text on my own TabPages extends from TabPages just added some extra variables and using DrawItem event.
I've generate them in method.
ISIMtabPage newTab = new ISIMtabPage();
...
0
votes
1answer
225 views
Select single Tab Page panel from multiple panels in window form [closed]
As i am new to the windows form application program I need ur help
I am having a window form with 7 tabpages inside the form:
but only tabPage1 panel is active so i just want to select another ...
1
vote
1answer
376 views
tabcontrol not refreshing
I have a TabControl that starts with three TabPages in it. On the first tab there is a NumericUpDown (spinner) which displays the number of tabs and allows a user to add up to 10 extra tabs. Once ...
0
votes
1answer
162 views
0
votes
0answers
80 views
Accessing members of the Main class from another class
My Windows Forms Application contains some Tabpages for different categories, which contain Treeviews. I have a global search that can find items from that categories (in the category/tabpage the ...
0
votes
1answer
71 views
How to handle one session per tabpage when switching between them
I read somewhere that it was a good idea to use a new Session for every Form/Presenter in a C# Desktop application. So I decided to close the session every time the Tab Index changes. Any DB-activity ...
1
vote
1answer
2k views
How to add DataGridView dynamically to TabPage in c# windows application
I have a TabControl.
I dynamically want to add TabPages that would have dynamically added DataGridView.
I am able to add the tabPages dynamically but when I add the DataGridView to the dynamic tabPage ...
1
vote
1answer
150 views
Controls on TabPage change inexplicably
On Visual Studio 2008, I have an instance of System.Windows.Forms.TabPage.
There are many controls on the TabPage.
Therefore, there is a vertical scroll bar on the TabPage.
Numerous times, all of ...
5
votes
3answers
761 views
Android TabPage Indicator content wrapping issue
I've encountered another issue with ViewPager and I can't solve it with my current knowledge right now.
I have TabPageIndicator with ViewPager and on every tab, I'm showing text. It's simple ...
1
vote
1answer
7k views
Android:Tab page indicator in view pager
I am making an application and I have to implement "sweepy tabs". I have read this but could not find anything relevant. I also tried ViewPagerIndicator.
Below is given my code snippet:
public class ...
1
vote
2answers
743 views
Programmatically Add a Control to a TabPage
All, I want to add a custom RichTextBox to a WinForm TabPage. I have tried various things illustrated by the code below
TabPage tmpTabPage = new TabPage("Test");
tabControl1.TabPages.Add(tmpTabPage);
...
0
votes
0answers
691 views
TabPage close button (without much custom drawing)
I've seen many attempts to draw a close button on a TabPage in C#. However, they all use TabDrawMode.OwnerDrawFixed which forces you to draw the entire TabPage yourself, otherwise it will be displayed ...
2
votes
1answer
460 views
How to add items (comboBox) to a tabpage - C#
its my first time using tabs and I've ran into a problem. I'm trying to make it so whenever I press a button, combo boxes will appear inside the tab that is open, and then if the button is pressed ...
0
votes
1answer
539 views
C# Remove padding from TabPages in Windows Forms
The tabpages have a padding between the border and the inside controls. Is there a way to remove this padding?
This is necessary as the TabControl will look bad if docked in parent container.
I ...
0
votes
1answer
212 views
Must I remove a form assigned to a TabPage and then add a new one, or can I access the existing one to change values it contains dynamically?
I am dynamically assigning forms to tab pages. It works fine, except when I try to assign
an updated version of the form (with different text values assigned to the controls) to the tab page. I am ...
0
votes
1answer
104 views
Can I add code to the default constructor and another dilemma
I am dynamically assigning a form (think of it as a "pseudo tab page") to a tabcontrol.
I was doing it this way:
// Main form, which has the TabControl at design-time:
private void ...
3
votes
1answer
4k views
TabPage Click Events
I'm trying to automatically trigger events based on the tab page that is clicked on the tab control.
In design mode of my form, when I click on the tabs the properties box says Tabs ...
0
votes
5answers
2k views
Create an event for tab pages in C#
I am developing an application in C# windows forms and I would like to create an event handler/event handlers based on whether or not a particular tab page of a tab control is selected. So for ...
0
votes
1answer
142 views
HelpProvider and context sensitive help on tab page controls using HelpKeyword and TopicID
I have run into an issue that Google search has failed to solve (or maybe I didn't punch in the magical combination of keywords). Anyway I am having the following problem:
I am creating context ...
2
votes
2answers
3k views
How to close tab page on tabcontrol by tab page's name
In c# how can I destroy a tab on a tab control by targeting it's name? I've a tab named "Hello!" and I'd like to close it programatically. There's no guarantee that it will be the selected tab at the ...
0
votes
0answers
51 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 ...
7
votes
2answers
10k 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 ...

