Skip to content

Commit 7bf7bda

Browse files
committed
Improve some demos, make all headers/cases consistent, make size of demos consistent
1 parent 27bb080 commit 7bf7bda

File tree

40 files changed

+128
-164
lines changed

40 files changed

+128
-164
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/Label/Label_Demo.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:controls="using:Telerik.Windows.Controls">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadAlert/RadAlert_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="300">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="460">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
@@ -14,7 +14,7 @@
1414
</Grid.RowDefinitions>
1515
<ContentControl Content="Rad Alert" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadAlert Content="Test"/>
17+
<controls:RadAlert Content="This is the text of the alert."/>
1818
</StackPanel>
1919

2020
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadBusyIndicator/RadBusyIndicator_Demo.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
77
xmlns:controls="using:Telerik.Windows.Controls">
88

9-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
9+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
1010
<Grid>
1111
<Grid.RowDefinitions>
1212
<RowDefinition Height="Auto"/>
1313
<RowDefinition Height="*"/>
1414
<RowDefinition Height="Auto"/>
1515
</Grid.RowDefinitions>
16-
<ContentControl Content="Rad Busy Indicator" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16+
<ContentControl Content="RadBusyIndicator" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
1717
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
1818
<controls:RadBusyIndicator x:Name="BusyLoading" telerik:StyleManager.Theme="Windows8" Grid.Row="1" IsIndeterminate="True" IsBusy="True" Background="{x:Null}"/>
19-
2019
</StackPanel>
2120

2221
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadButton/RadButton_Demo.xaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:controls="using:Telerik.Windows.Controls">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Button" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16-
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadButton Content="Click me" Width="70" Click="RadButton_Click" Background="#FF6F7DFF" Padding="4" FontSize="16" />
18-
</StackPanel>
19-
15+
<ContentControl Content="RadButton" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16+
<controls:RadButton Content="Click me" Grid.Row="1" Width="70" Click="RadButton_Click" Padding="4" />
2017
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
2118
</Grid>
2219
</ContentControl>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadCalendar/RadCalendar_Demo.xaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="280" Width="480">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
1515
<ContentControl Content="Rad Calendar" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16-
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadCalendar Height="180" />
18-
</StackPanel>
19-
16+
<controls:RadCalendar CustomLayout="True" Grid.Row="1" Height="180" />
2017
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
2118
</Grid>
2219
</ContentControl>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadColorPicker/RadColorPicker_Demo.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Color Picker" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadColorPicker" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadColorPicker x:Name="ColorPicker" SelectedColorChanged="SelectedColor_Changed"/>
17+
<controls:RadColorPicker x:Name="ColorPicker" CustomLayout="True" SelectedColorChanged="SelectedColor_Changed"/>
1818
<Border x:Name="ColorBorder" Width="30" Height="18" Margin="3"/>
1919
</StackPanel>
2020

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadComboBox/RadComboBox_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad ComboBox" Foreground="#FFFF799C" Background="#FFC69EA9" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadComboBox" Foreground="#FFFF799C" Background="#FFC69EA9" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
1717
<telerik:RadComboBox x:Name="LanguagesComboBox" Margin="2"
1818
DisplayMemberPath="DisplayName" ItemsSource="{Binding Languages}"

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadContextMenu/RadContextMenu_Demo.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadDatePicker/RadDatePicker_Demo.xaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="580">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad DatePicker" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16-
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadDatePicker Width="200"/>
18-
</StackPanel>
19-
15+
<ContentControl Content="RadDatePicker" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16+
<controls:RadDatePicker Width="150" CustomLayout="True" Grid.Row="1"/>
2017
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
2118
</Grid>
2219
</ContentControl>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadDockPanel/RadDockPanel_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
@@ -14,7 +14,7 @@
1414
</Grid.RowDefinitions>
1515
<ContentControl Content="Rad Dock Panel" Foreground="#FFF78069" Background="#FFDCA59C" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<telerik:RadDockPanel Grid.Row="1" Width="150" Height="100" Background="#DDDDDD" HorizontalAlignment="Center" VerticalAlignment="Top">
17+
<telerik:RadDockPanel Grid.Row="1" Width="170" Height="100" Background="#DDDDDD" HorizontalAlignment="Center" VerticalAlignment="Top">
1818
<Border telerik:RadDockPanel.Dock="Left" Width="50" Background="#FF6666ff" CornerRadius="2" Margin="2"/>
1919
<Border telerik:RadDockPanel.Dock="Top" Height="20" Background="#ffff4d4d" CornerRadius="2" Margin="2"/>
2020
<Border telerik:RadDockPanel.Dock="Right" Width="50" Background="#ff4dff4d" CornerRadius="2" Margin="2"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadDocking/RadDocking_Demo.xaml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,28 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:controls="using:Telerik.Windows.Controls">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="200" Width="480">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Docking" Foreground="#FF6F7DFF" Background="#FF9A9FCE" Style="{StaticResource HeaderControl_Style}"/>
16-
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadDocking>
18-
<controls:RadDocking Width="300" Height="200">
19-
<controls:RadDocking.DocumentHost>
20-
<controls:RadSplitContainer>
21-
<controls:RadPaneGroup>
22-
<controls:RadPane Header="Description">
23-
<TextBlock TextWrapping="Wrap" Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab."/>
24-
</controls:RadPane>
25-
<controls:RadPane Header="NonDraggable" CanFloat="False">
26-
<TextBlock TextWrapping="Wrap" Text="This pane cannot be dragged, because it has its property CanFloat set 'False'."/>
27-
</controls:RadPane>
28-
</controls:RadPaneGroup>
29-
</controls:RadSplitContainer>
30-
</controls:RadDocking.DocumentHost>
31-
</controls:RadDocking>
32-
</controls:RadDocking>
33-
</StackPanel>
34-
15+
<ContentControl Content="RadDocking" Foreground="#FF6F7DFF" Background="#FF9A9FCE" Style="{StaticResource HeaderControl_Style}"/>
16+
<controls:RadDocking Grid.Row="1" Width="420" Height="150" CustomLayout="True" ClipToBounds="True">
17+
<controls:RadDocking.DocumentHost>
18+
<controls:RadSplitContainer>
19+
<controls:RadPaneGroup>
20+
<controls:RadPane Header="Description">
21+
<TextBlock TextWrapping="Wrap" Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab."/>
22+
</controls:RadPane>
23+
<controls:RadPane Header="NonDraggable" CanFloat="False">
24+
<TextBlock TextWrapping="Wrap" Text="This pane cannot be dragged, because it has its property CanFloat set 'False'."/>
25+
</controls:RadPane>
26+
</controls:RadPaneGroup>
27+
</controls:RadSplitContainer>
28+
</controls:RadDocking.DocumentHost>
29+
</controls:RadDocking>
3530
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
3631
</Grid>
3732
</ContentControl>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadDropDownButton/RadDropDownButton_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:controls="using:Telerik.Windows.Controls">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Dropdown button" Foreground="#FFF78069" Background="#FFDCA59C" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadDropDownButton" Foreground="#FFF78069" Background="#FFDCA59C" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
1717
<controls:RadDropDownButton Content="DropDown Button">
1818
<controls:RadDropDownButton.DropDownContent>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadExpander/RadExpander_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI"
66
xmlns:controls="using:Telerik.Windows.Controls">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="150" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Expander" Foreground="#FFF78069" Background="#FFDCA59C" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadExpander" Foreground="#FFF78069" Background="#FFDCA59C" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
1717
<controls:RadExpander Header="My Expander" x:Name="ExpanderRad2">
1818
<controls:RadButton Content="Expanded"/>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadGallery/RadGallery_Demo.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad Gallery" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadGallery" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
17-
<controls:RadGallery Width="150" x:Name="radGallery">
17+
<controls:RadGallery CustomLayout="True" Width="150" Height="140" x:Name="radGallery">
1818
<controls:RadGalleryItem>
1919
<Border Width="50" Height="20" Background="Orange"/>
2020
</controls:RadGalleryItem>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadGridView/RadGridView_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="RadGridView (native)" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16-
<controls:RadGridView x:Name="RadGridView1" Grid.Row="1" CustomLayout="True" Width="700" Height="270" HorizontalAlignment="Center" VerticalAlignment="Center"/> <!--Width="750" Height="400"-->
15+
<ContentControl Content="RadGridView" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
16+
<controls:RadGridView x:Name="RadGridView1" Grid.Row="1" CustomLayout="True" Width="680" Height="270" HorizontalAlignment="Center" VerticalAlignment="Center"/> <!--Width="750" Height="400"-->
1717
<Button Grid.Row="2" Content="VIEW SOURCE..." Click="ButtonViewSource_Click" Background="#FF6F7DFF" Style="{StaticResource ButtonViewSource_Style}"/>
1818
</Grid>
1919
</ContentControl>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadListBox/RadListBox_Demo.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="180">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="210" Width="220">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>
1212
<RowDefinition Height="*"/>
1313
<RowDefinition Height="Auto"/>
1414
</Grid.RowDefinitions>
15-
<ContentControl Content="Rad ListBox" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
15+
<ContentControl Content="RadListBox" Foreground="#FFD59851" Background="#FFBFA383" Style="{StaticResource HeaderControl_Style}"/>
1616
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
1717
<controls:RadListBox Width="150" x:Name="radListBox">
1818
<controls:RadListBoxItem Content="Australia" />

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/Samples/Controls/RadMap/RadMap_Demo.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:controls="using:Telerik.Windows.Controls"
66
xmlns:local="clr-namespace:OpenSilver.Samples.TelerikUI">
77

8-
<ContentControl Style="{StaticResource Card_Style}" Height="430" Width="400">
8+
<ContentControl Style="{StaticResource Card_Style}" Height="180" Width="480">
99
<Grid>
1010
<Grid.RowDefinitions>
1111
<RowDefinition Height="Auto"/>

0 commit comments

Comments
 (0)