Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
249 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 ...
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 ...
4
votes
1answer
364 views

UI Automation and TabControl

I have the following Toolbar <ToolBar x:Name="mainToolbar" HorizontalContentAlignment="Stretch" Style="{StaticResource mainToolBarStyle}" ...
4
votes
2answers
693 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
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
4answers
2k views

TabItem in a separate XAML

Is it possible to put a TabItem into a separate XAML and reference something like this: <TabControl> <local:MyTabItem/> </TabControl> In Separate XAML: <UserControl ...
4
votes
2answers
843 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
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 ...
3
votes
2answers
1k views

How do I bind a TabControl to a collection of ViewModels?

Basically I have in my MainViewModel.cs: ObservableCollection<TabItem> MyTabs { get; private set; } However, I need to somehow be able to not only create the tabs, but have the tabs content ...
3
votes
1answer
754 views

Changing the text color of the selected tabItem in a TabControl?

In the second code there is a textBlock with the text "Mina övningar" How can I change the text color to black when the tabItem is selected? style: <Style TargetType="{x:Type TabItem}"> ...
3
votes
2answers
479 views

Preventing the User to select a tab WPF Tab Item

I had to prevent the user from selecting a tabitem in a WPF TabControl, 1)unless and untill the user checks a check box in one condition the user should be shown a message box and if he checks the ...
3
votes
4answers
1k views

Setting TabItem foreground color also sets the TabControl foreground color

I have a TabControl that I have restyled. The TabItem has a trigger that is fired when the TabItem is selected that changes the TabItem text to bold and green. The problem I have is that the text in ...
3
votes
1answer
942 views

WPF: Center TabItems in a TabControl

in my XAML code, I have a TabControl with multiple items. The problem I have is that I can not center the tabitems about the content area. The tabs are always starting on the left side, but I need ...
3
votes
2answers
537 views

Changing tab item of tabcontrol on design view

I'm trying to add control to another TabItem on design view, but I can only see the first TabItem with all the controls I previously added and at the moment I can only add controls by hard coding on ...
3
votes
2answers
388 views

How do I prerender the controls on a TabItem in WPF?

C# XBap Application I have a TabControl with four TabItems in it. Two of these TabItems simply contain a DataGrid from the WPFToolkit which pulls a fairly small datatable (100 rows by 4 columns) ...
3
votes
1answer
3k views

Need help with TabControl.ItemTemplate

How do I set the TabItem.Header to bindings taken from few fields, each binding shown in a different size, all in the place of the original header text; without overriding the default style and ...
2
votes
2answers
32 views

How to change TabItem indices of a TabControl at runtime?

I have five TabItem's in my TabControl and I need to move the position of each tab continuously at runtime. Can anyone tell me how can I change tab index from one position to another position at ...
2
votes
1answer
129 views

Wpf - Contextmenu in TabItem Header

I wanted to add a contextmenu to a tabitem. But it should only be opened by clicking on the header of the tab. I added the Contextmenu like this: ContextMenu _contextMenu; TabItem _tabItem; ...
2
votes
1answer
181 views

WPF: How to set background of TabItem?

How to set the background of TabItem? I tried the following code: <TabControl> <TabItem Header="Test" Background="Blue" Foreground="Red" /> </TabControl> Foreground works, but ...
2
votes
1answer
205 views

Change Opaticy of Tab Item In an Items Control

I have a data bound tab control: <TabControl ItemsSource="{Binding Products}" Name="ProductsTabControl"> <TabControl.ItemTemplate> <DataTemplate> <TextBlock ...
2
votes
1answer
638 views

SWT: Multiline Table header / Multiline TabItem text

I migrate application from Swing to SWT and cannot find out how to make table headers in SWT multiline and also TabItems to have multiline text. In Swing it was not problem but in SWT no way. For ...
2
votes
1answer
375 views

I want to use a silverlight TabItem as a button container

I want zero functionality and appearance. I also want it to be all the way to the right of the tab strip. does anyone have any pointers as to how I can accomplish this?
2
votes
4answers
3k views

Silverlight TabControl - Finding and selecting a TabItem from a given Control in the TabItem

I am building a LOB application that has a main section and a TabControl with various TabItems in it. On hitting save the idea is that any fields in error are highlighted and the first field in error ...
2
votes
4answers
4k views

WPF: hiding a tab item in a tab control thats bound to an observable collection

I have a tab control bound to an observablecollection for dynamic tabs as follows: <TabControl ItemsSource="{Binding AllTabs}" SelectedIndex="{Binding SelectedItem, Mode=TwoWay, ...
2
votes
2answers
2k views

How Do I Change The Text Foreground of a WPF TabItem With Nested Text?

I'm looking to have the foreground of the text of a TabItem change whenever the tab becomes active. I was using the following, which was working fine until I changed the type of content being ...
2
votes
2answers
59 views

How can I determine the type of the items that get added to a TabControl?

I've created a CloseableTabItem control that derives from TabItem. Now I'd like to specify that a given TabControl should add new items using CloseableTabItem instead of TabItem. Is this possible? ...
2
votes
3answers
2k views

Setting style on first and last visible TabItem of TabControl

I want to set a style on the first and last TabItems in a TabControl, and have them updated as the visibility of the TabItems is changed. I can't see a way to do so with triggers. What we're after ...
1
vote
1answer
35 views

Slowness switching TabItems

I have a TabControl with multiple TabItems. Ocasianally I experience slow loading times switching from one tab to another. First thought was the service, however the application doesn't seem to call ...
1
vote
1answer
91 views

How to auto resize grid control in a TabItem (WPF)?

I have a TabControl, and in one of the TabItems I have a placed a text box, with definition of Margin="0". Now this text box depends directly on the size of the grid, and will resize with the grid. ...
1
vote
1answer
46 views

How to have some tabs aligned left and others aligned right? (TabControl in wpf)

I have a tabcontrol and I want to put some tabitem headers aligned to the left, and others aligned to the right. Like in this mock screenshot: What I've tried already: Styles: I can right align ...
1
vote
1answer
120 views

How to focus a WPF tab item when tab item content is selected?

I have an application whose user interface is made up of a tab control. Each tab item is bound to a view model that has a IsFocused property. It is set correctly when the tab item header gains or ...
1
vote
2answers
95 views

How to programmaticaly select a TabItem in WPF TabControl

I would like to know how to select a specific TabItem in a WPF TabControl. I tried these bellow but nothing work! MyTabControl.SelectedIndex = x MyTabControl.SelectedItem = MyTabItem ...
1
vote
2answers
176 views

WPF TabItem lost focus event

I have tabItems with TextBox on their headers. I use LostFocus and MouseDoubleClick events to set the text to the TextBox. <TabControl> <TabItem Width="50"> ...
1
vote
1answer
127 views

How can I change tab border brush on changing key board focus in wpf style

I want to change border color of tab item when it has key board focus. I have written following trigger in its style <Style TargetType="{x:Type TabItem}" x:Key="{x:Type TabItem}"> ...
1
vote
2answers
98 views

Dependency Properties - What's the point of having 2 owners?

If you look at Selector and TabItem classes they apparently both own the IsSelectedProperty. static Selector() { ... IsSelectedProperty = DependencyProperty.RegisterAttached("IsSelected", ...
1
vote
3answers
404 views

IsSelected property of WPF TabItem

I have the following code: <TabItem Name="tabItemGeneral"> <TabItem.Triggers> <Trigger Property="IsSelected" Value="True"> <Setter ...
1
vote
0answers
138 views

Two web browser in two tabitem initialization on start

How initialize two wpf webbworsers controls in two seperate tabitems. First webbrowser is loading when app is loading. Second when selected tab is changing. How I can load both webbrowser while app is ...
1
vote
1answer
884 views

TabItem header click

I have defined a control template/style for my tab items as follows: <Style x:Key="TabItemStyle" TargetType="{x:Type TabItem}"> <Setter Property="Header" Value="{Binding ...
1
vote
1answer
510 views

WPF TabControl Children

This is my current Scenario: I have several UserControls inside different TabItems on a single TabControl in a WPF Window. Something Like: <Window x:Class="MainWindow" ...
1
vote
1answer
358 views

WPF ComamndBinding Help on MenuItem

New to WPF...was reading this WPF Routed Command with Bindings per-Tab and am close to getting it working. The MenuItem is disabled until my RuleTab (tabitem) is selected but rather than pop my Find ...
1
vote
4answers
388 views

WPF Binding ListBox and TabItems

New to WPF, am trying to do something basic (I think!). I have a TabControl and a ListBox that shows what tabitems are open: <ListBox Width="170" Height="188" ItemsSource="{Binding Items, ...
1
vote
4answers
652 views

WPF tabitem positioning

What is the proper way of positioning for example three tabitems at the very top left corner and one at the very top right corner of a tab control using WPF? I have tried to move the fourth tabitem ...
1
vote
1answer
367 views

How to access new visual tree when WPF TabControl SelectedItem changes

Considering an already loaded and rendered TabControl with three tabs, with selected tab being index 1 (the middle one): Tab 1: Has one TextBox Tab 2: Has two TextBoxes Tab 3: Has three TextBoxes ...
1
vote
1answer
593 views

How to change the order of the TabItem in the wpf TabControl

I need to change the order of the TabItem. I've tried with Remove / Insert and it doesn't works. void UserControl_Loaded(object sender, RoutedEventArgs e) { if(condition) { ...
1
vote
1answer
850 views

Silverlight: Adding TabItems to TabControl dynamically with a standard ContentTemplate for all tabs

I would like to add TabItems to a TabControl dynamically with a standard ContentTemplate comprising of a grid and few other input controls like textbox and button. Can someone pls help me achieve ...
1
vote
1answer
379 views

Display Dynamic Number in WPF TabItem Header

I have a TabControl where every item contains a User Control called Timeline. This "Timeline" has a property called "Number" which changes during runtime. I want to make the property "Number" to be ...
1
vote
1answer
236 views

select tab item on hover while in drag-and-drop operation in SWT

I need to select tab items from a SWT tab folder while in a drag-and-drop operation on hover, just like windows does with task bar buttons. My solution can be platform dependent (Windows). ...
1
vote
3answers
350 views

How to remove the default margin on the content of a TabItem?

I'm using the TabControl class in WPF and I've noticed that the content of each TabItem has a default margin of 4 pixels on all sides. Sample code: <Window x:Class="TabControlPadding.Window1" ...
1
vote
1answer
2k views

WPF - TabItem Background color changes when tabitem selected or hover over

I set the Background color of the tabitem in the xaml to RED, but when i run it and hover over it or select it it changes back the the default greyish looking. It only shows correctly when the other ...
1
vote
2answers
807 views

Getting a black frame inside the iframe while clicking a tab item in Facebook iFrame application

I am developing a Facebook iFrame application for an existing site. I load the web page using the <iframe> code. I also have a tab section, with tab-items Home, InviteFriends etc. But there is a ...

1 2 3