File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/GroupBox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
</Grid .RowDefinitions>
15
15
<ContentControl Content =" GroupBox" Foreground =" #FFFF81E3" Background =" #FFCB9DC1" Style =" {StaticResource HeaderControl_Style}" />
16
16
<StackPanel Grid.Row=" 1" Orientation =" Horizontal" HorizontalAlignment =" Center" VerticalAlignment =" Center" >
17
- <!-- < controls:GroupBox Header="GroupBox Header">
17
+ <controls : GroupBox Header =" GroupBox Header" >
18
18
<TextBlock >I am inside a groupbox</TextBlock >
19
- </controls:GroupBox>-->
19
+ </controls : GroupBox >
20
20
</StackPanel >
21
21
22
22
<Button Grid.Row=" 2" Content =" VIEW SOURCE..." Click =" ButtonViewSource_Click" Background =" #FFFF81E3" Style =" {StaticResource ButtonViewSource_Style}" />
You can’t perform that action at this time.
0 commit comments