Skip to content

Commit a6f859c

Browse files
author
prabakaran-sangameswaran
authored
Update MainWindow.xaml
1 parent 695f5a4 commit a6f859c

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

Samples/Tab-Closing/MainWindow.xaml

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Window x:Class="Tab_Closing.MainWindow"
1+
<Window x:Class="Tab_Closing.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
@@ -67,10 +67,6 @@
6767
<RowDefinition Height="Auto"></RowDefinition>
6868
<RowDefinition Height="Auto"></RowDefinition>
6969
<RowDefinition Height="Auto"></RowDefinition>
70-
<RowDefinition Height="Auto"></RowDefinition>
71-
<RowDefinition Height="Auto"></RowDefinition>
72-
<RowDefinition Height="Auto"></RowDefinition>
73-
<RowDefinition Height="Auto"></RowDefinition>
7470
</Grid.RowDefinitions>
7571
<Grid.ColumnDefinitions>
7672
<ColumnDefinition Width="*"></ColumnDefinition>
@@ -136,48 +132,7 @@
136132
<syncfusion:CloseMode>Hide</syncfusion:CloseMode>
137133
<syncfusion:CloseMode>Delete</syncfusion:CloseMode>
138134
</ComboBox>
139-
140-
<TextBlock Margin="3"
141-
Text ="Selected TabItem Foreground"
142-
Grid.Row="5"
143-
Grid.Column="0"/>
144-
<syncfusion:ColorPicker Brush="{Binding TabItemSelectedForeground, Mode=TwoWay}"
145-
Grid.Row="5"
146-
Grid.Column="1"
147-
Margin="3"/>
148-
149-
<TextBlock Margin="3"
150-
Text ="Selected TabItem Background"
151-
Grid.Row="6"
152-
Grid.Column="0"/>
153-
<syncfusion:ColorPicker Brush="{Binding TabItemSelectedBackground, Mode=TwoWay}"
154-
Grid.Row="6"
155-
Grid.Column="1"
156-
Margin="3"/>
157-
158-
<TextBlock Margin="3"
159-
Text ="SelectedItem FontWeight"
160-
Grid.Row="7"
161-
Grid.Column="0"/>
162-
<ComboBox SelectedItem="{Binding SelectedItemFontWeight, Mode=TwoWay}"
163-
Grid.Row="7"
164-
Grid.Column="1"
165-
Margin="3">
166-
<FontWeight>Bold</FontWeight>
167-
<FontWeight>SemiBold</FontWeight>
168-
</ComboBox>
169-
170-
<TextBlock Grid.Row="8"
171-
Grid.Column="0">
172-
<Run Text="Unload Previously SeletedItem"/><LineBreak/>
173-
<Run Text="Content"/>
174-
</TextBlock>
175-
<CheckBox IsChecked="{Binding IsDisableUnloadTabItemExtContent, Mode=TwoWay}"
176-
Grid.Row="8"
177-
Grid.Column="1"
178-
Margin="3"/>
179135
</Grid>
180136
</GroupBox>
181137
</Grid>
182138
</Window>
183-

0 commit comments

Comments
 (0)