Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
5answers
21k views

How to create trapezoid tabs in WPF tab control

How to create trapezoid tabs in WPF tab control? I'd like to create non rectangular tabs that look like tabs in Google Chrome or like tabs in code editor of VS 2008. Can it be done with WPF styles or ...
19
votes
1answer
11k views

How to put WPF Tab Control tabs on the side

I am trying to create a Tab Control in WPF that has the tabs arranged down the right side of the control, with the text rotated 90 degrees The look is similar to those plastic tabs you can buy and use ...
15
votes
4answers
1k views

What is the proper way to handle multiple datagrids in a tab control so that cells leave edit mode when the tabs are changed?

In wpf I setup a tab control that binds to a collection of objects each object has a data template with a data grid presenting the data. If I select a particular cell and put it into edit mode, ...
14
votes
3answers
7k views

WPF TabControl - how to preserve control state within tab items (MVVM pattern)

I am a newcomer to WPF, attempting to build a project that follows the recommendations of Josh Smith's excellent article describing The Model-View-ViewModel Design Pattern. Using Josh's sample code ...
14
votes
3answers
17k views

How to hide TabPage from TabControl

How to hide TabPage from TabControl in WinForms 2.0?
12
votes
1answer
8k views

WPF TabControl Databinding

I'm trying to build a WPF user interface containing a TabControl, and a TextBlock. I want to bind these two controls to an underlying collection of instances of the following class: class PageModel ...
11
votes
3answers
3k views

WPF TabControl with Add New Tab Button (+)

hat is the proper way of adding a '+' button tab at the end of all the tab items in the tab strip of a tab control in WPF. It should work correctly with multiple tab header rows. It should be at ...
11
votes
3answers
3k views

How to use DockStyle.Fill for standard controls in WPF?

I'm very new to WPF. I'm used from windows forms, that I create a panel, place controls inside it and give them DockStyle.Fill to max out their size to the surrounding panel. In WPF I want to the ...
10
votes
1answer
8k views

Hide Tab headers in WPF TabControl

What is the best way to hide Tab headers when there is only a single visible Tab? I want to hide TabControl chrome completely, while leaving the content of the Tab visible.
9
votes
1answer
20k views

WPF TabItem Header Styling

I'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual TabItems: What I am trying to achieve is remove the default ContentPresenter so that ...
9
votes
6answers
11k views

Is there Selected Tab Changed Event in the standard WPF Tab Control

Is there an event that an be used to determine when a tabcontrol's selected tab changes in WPF? I have tried using TabControl.SelectionChanged - but it is getting fired many times when a child's ...
8
votes
1answer
3k views

Reorder tabs in WPF TabControl

Is there an easy way to customize the WPF TabControl so that it supports TabItem drag and drop - similar to what IE and firefox do.
8
votes
2answers
13k views

How to change selected tab on Button click in WPF TabControl with Buttons in Header

I have a WPF TabControl that has a couple of buttons in the TabItem header. I want the selected tab to change when a headered button is clicked. Here is a code snippet: <Page ...
8
votes
4answers
13k views

How can I bind a List collection to TabControl headers in WPF?

I can get data into my TabControl but the headers have frames around them and I can't slick from tab to tab. What am I doing wrong with the XAML binding syntax on this TabControl? XAML: ...
8
votes
10answers
14k views

How can I disable a tab inside a TabControl?

Is there any way to disable a tab in a tabcontrol? I am using C#.
7
votes
4answers
1k views

WPF TabControl - Cannot programmatically select tabs

I have a user interface with a TabControl that initially displays a start page. Other items can be added to it by double-clicking on content in, for example, a DataGrid. New tabs should be selected ...
7
votes
2answers
250 views

Images are not sharp in selected TabItem

I have a TabControl. The header of each TabItem contains a StackPanel with an icon and a Label. <TabControl> <TabItem> <TabItem.Header> <StackPanel ...
7
votes
1answer
3k views

How to build vertical tab sets in WPF?

How to build vertical tab sets in WPF? The tabs will stack up in top-to-bottom just like the "Properties" of a project shown in visual studio.
7
votes
1answer
3k views

How to bind items of a TabControl to an observable collection in wpf?

What is the simplest example of binding the items of a TabControl to an ObservableCollection? Each tab's content will have unique data, and indeed this data will have observableCollections of its own ...
6
votes
4answers
3k views

In C# WPF, why is my TabControl's SelectionChanged event firing too often?

I have a tabbed GUI with each tab containing a Frame. In one of these Frames there is a DataGrid. When the user selects this tab, I need my datagrid sorted, so I'm using the TabControl ...
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 ...
6
votes
2answers
2k views

Is it possible to create a WPF tab control template that looks nothing like a tab control?

What I'd like is a control that functions just like the tab control but instead of having the tabs along the top, the items would be displayed in a list box along the side. I imagine it's possible but ...
5
votes
3answers
864 views

TabControl's TabItems sharing same content… Do Not Want

The following example xaml causes each tab item to share the same TextBox. It makes sense, on some level I guess... but it's unexpected behavior, and almost feels like a bug. And I couldn't find any ...
5
votes
1answer
2k views

WPF Customized TabControl

I have to develop a customized tab control and decided to create it with WPF/XAML, because I planned to learn it anyway. It should look like this when it's finished: I made good progress so far, ...
5
votes
4answers
714 views

Can anyone recommend an advanced .NET TabControl with native look and feel?

I'd like to get a .NET TabControl with a few extra features, such as: Close button for tabs; Context menus for tabs (with close this, close all, close all but this) Tab re-arranging; Tab ...
5
votes
5answers
19k views

Open link in new TAB (WebBrowser Control)

Does anybody know how to click on a link in the WebBrowser control in a WinForms application and then have that link open in a new tab inside my TabControl? I've been searching for months, seen many ...
5
votes
7answers
17k views

Customizing a TabControl for the Closing of Individual Tabs

My scenario is the following: I am working on a winforms application in C# that has a button inside the main page of a tabcontrol that will generate another tabpage each time that it is clicked. Each ...
5
votes
5answers
5k views

Where can I find a nice .NET Tab Control for free?

I'm doing this application in C# using the free Krypton Toolkit but the Krypton Navigator is a paid product which is rather expensive for me and this application is being developed on my free time and ...
4
votes
2answers
36 views

TabControl's SelectedItem gets overwritten by NewItemPlaceholder when adding tab

I'm working on a WPF TabControl whose last item is always a button to add a new tab, similar to Firefox: The TabControl's ItemSource is bound to an ObservableCollection, and adding an item to the ...
4
votes
2answers
61 views

Adding buttons to a TabControl Tab in C#

I have a TabControl in a windows form. I have pragmaticly added new tabs like so: for (int i = 1; i < numOfLanguages; i++) { // add a tab for each language string tabTitle = split[i]; ...
4
votes
6answers
814 views

Remove/Hide Tab Header(Switcher) of C# TabControl

I want to program a Windows Form Application which has some pages. For this reason, I am using TabControl control which has some tabs, but i don't want to show tab switcher header, how can i hide or ...
4
votes
1answer
174 views

WPF TabControl How to change Tab on mouse up rather than mouse down?

In the WPF TabControl the default behavior is to change the selected tab on mouse down. In my application changing the tab sometimes resizes things, and at times the mouse up event will get called on ...
4
votes
1answer
282 views

Silverlight TabControl ContentTemplate

I'm struggling to port the following piece of code from WPF to SL: < TabControl ... ItemTemplate={StaticResource someResource}> ContentTemplate={StaticResource someResource2} /> ...
4
votes
1answer
365 views

UI Automation and TabControl

I have the following Toolbar <ToolBar x:Name="mainToolbar" HorizontalContentAlignment="Stretch" Style="{StaticResource mainToolBarStyle}" ...
4
votes
1answer
335 views

Overriding default ItemsPanelTemplate in Silverlight 4?

I am trying to override the default template for TabControl in Silverlight. Instead of having the tabs wrap around when they are full, I want to make it so the user can scroll through them, similar to ...
4
votes
2answers
1k views

How can I set up keyboard shortcuts for a WinForms TabControl?

Does anyone know an easy way to set a keyboard shortcut for a tab in a tab control in Visual Studio 2010? Is there some property I can set? I looked online, but all the articles I saw were very ...
4
votes
2answers
698 views

Is there a way to cancel TabControl.Items.CurrentChanging?

There is unfortunately no TabControl.SelectionChanging event (Selector.SelectionChanging), I am struggling to implement this behavior so I can cancel the changing request. I tried to handle the ...
4
votes
1answer
1k views

WPF: TabControl & DataTemplates

I just want to understand the following scenario. Where I am implementing a <TabControl> bound to a ObservableCollection<TabViewModel> No Data Templates When I don't have any ...
4
votes
1answer
285 views

.Net WinForms TabControl Steals Focus on form activation

I wonder if there is anyone who can help me? The issue I have is a windows form TabPage stealing focus upon form re-activation. The form has a TabControl with four or five TabPages. Each tab page has ...
4
votes
2answers
2k views

WPF - Overlapping Custom Tabs in a TabControl and ZIndex

Problem I have a custom tab control using Chrome-shaped tabs that binds to a ViewModel. Because of the shape, the edges overlap a bit. I have a function that sets the tabItem's ZIndex on ...
4
votes
2answers
493 views

Winforms TabControl causing spurious Paint events for UserControl

For our project, we've written a WinForms UserControl for graphing. We're seeing some strange behavior when our control is sited in a TabControl - our control continuously fires Paint events, even ...
4
votes
1answer
964 views

C# Tab Control - Inherit from TabPage?

Basically, I am creating a Windows Form with a Tab Control on it, and I want to have multiple types of tab pages for the different types of objects I will be editing the properties of. Basically like ...
4
votes
2answers
2k views

On the WPF TabControl - can I add content next to the tab headers?

Is there an easy way to position another control (i.e. a button) inline and to the right of tab headers in WPF? In the web, I would use a float or absolute positioning to accomplish this. The red ...
4
votes
5answers
3k views

How can I make the WPF TabControl appear as it is with MultiLine = false in Windows forms (default)

In Windows Forms the default behaviour of a TabControl is to have the tabs spill out to a scrollable area if they consume too much space (MultiLine = false). What is the best approach to achieving ...
4
votes
2answers
844 views

Why is my TabItem custom control not showing up in the TabControl

I made a custom control called SmartTabItem, currently just the default implementation: using System.Windows; using System.Windows.Controls; namespace TestControl.Controls { public class ...
4
votes
3answers
2k views

Let WPF Tabcontrol height assume height of largest item?

Is there any way to have to tabcontrol take the size of the largest tab item (well, actually, the tabitem's content)? Since the tabcontrol has no specific size assigned it should autosize: it does ...
4
votes
1answer
6k views

select tabItem programmatically in WPF

I have different tabItems in a TabControl and each tabItem has some input fields. I am moving between the tabItems programmatically (like a wizard to move from the first to the next) I am using this ...
4
votes
1answer
10k views

C# TabControl TabPage Change

How do I change the tabpage being displayed in my tabcontrol programmatically?
4
votes
3answers
1k views

.NET : Double-click event in TabControl

I would like to intercept the event in a .NET Windows Forms TabControl when the user has changed tab by double-clicking the tab (instead of just single-clicking it). Do you have any idea of how I can ...
3
votes
2answers
67 views

C# TabControl Selected event seems to not work

I am trying to access the event handler for selecting a tab, basically I have 3 tab pages inside of tabControl1. I want to be able to manipulate what is displaying in a listbox based on what tab is ...

1 2 3 4 5 14