Top "Tabpage" questions

Programmatically change the tab order

How do I programmatically reorder the tabs in a TabControl? I need to sort the tabs depending on some conditions. …

c# winforms tabcontrol tabpage
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 …

android android-viewpager tabpage indicator
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 …

c# width tabcontrol tabpage
How to Dynamically Create Tabs

This is in C# I Need to basically make TabPages from a textbox.Text so for example: textBox1.Text = "test"; …

c# winforms dynamic controls tabpage
How to add DataGridView dynamically to TabPage

I have a TabControl. I dynamically want to add TabPages that would have dynamically added DataGridView. I am able to …

c# windows datagridview tabcontrol tabpage
Adding close button in tabpage tab caption in C# Windows Form

I am trying to add close button or 'X' on tabpage panel in tabcontrol and I have successfully done this …

c# winforms tabpage
Return selected tabpage name

How can I get the name of a selected tabpage?

c# tabpage
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 …

c# richtextbox tabpage
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 …

c# compact-framework tabcontrol tabpage
How to show tab close button in GVIM?

Please let me know how to show the close button on each tab page in GVIM. Also, is it possible …

button vim tabs warnings tabpage