python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
After adding a tab control and copying and pasting the text fields + buttons into a tab my windows form no longer works
I'm a C# noobie and have recently made a CRUD app with windows forms and decided to upgrade it a little by adding a tab function to add new functionalities to it but after copying and pasting the desi...
Joao Pedro Marques
Votes: 0
Answers: 1
Why does my data does not display after changing tabs?
I'm using a DataGrid with TabControl. When I move to the 2nd tab my data is not displaying in the datagridview. My 2nd IF statement is not getting executed, I'm not sure why either. Only the 1st stat...
ryan
Votes: 0
Answers: 1
WPF: How to generate screenshots of items within a ItemsControl (within a TabView)
I have a TabControl where each tab is a user control that has an ItemsControl in it.
The TabControl is bound to a collection and has an ItemTemplate:
<DataTemplate x:Key="tabContentTemplate&qu...
R Rommel
Votes: 0
Answers: 1
WPF TabControl style crashes when attaching colors as DynamicResource
I am trying to apply a azure-like style to my WPF TabControl as explained here.
I want to achieve this look and feel:
<UserControl.Resources>
<ResourceDictionary>
<SolidColorBru...
Willy
Votes: 0
Answers: 2