File tree Expand file tree Collapse file tree 8 files changed +26
-14
lines changed
OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI Expand file tree Collapse file tree 8 files changed +26
-14
lines changed Original file line number Diff line number Diff line change
1
+ using System . Windows . Controls ;
2
+
3
+ namespace OpenSilver . Samples . TelerikUI
4
+ {
5
+ public class WrapPanelWithProgressiveLoading : WrapPanel
6
+ {
7
+ public WrapPanelWithProgressiveLoading ( )
8
+ {
9
+ ProgressiveRenderingChunkSize = 3 ;
10
+ }
11
+ }
12
+ }
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" Charts" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadCartesianChart_AreaSeries_Demo HorizontalAlignment =" Center" />
11
11
<local : RadCartesianChart_BarSeries_Demo HorizontalAlignment =" Center" />
12
12
<local : RadCartesianChart_BubbleSeries_Demo HorizontalAlignment =" Center" />
20
20
<local : RadCartesianChart_RangeSplineSeries_Demo HorizontalAlignment =" Center" />
21
21
<local : RadCartesianChart_SplineAreaSeries_Demo HorizontalAlignment =" Center" />
22
22
<local : RadCartesianChart_StepAreaSeries_Demo HorizontalAlignment =" Center" />
23
- </local : MasonryPanelWithProgressiveLoading >
23
+ </local : WrapPanelWithProgressiveLoading >
24
24
</StackPanel >
25
25
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" All Telerik UI Controls" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadButton_Demo HorizontalAlignment =" Center" />
11
11
<local : RadExpander_Demo HorizontalAlignment =" Center" />
12
12
<local : RadPathButton_Demo HorizontalAlignment =" Center" />
70
70
<local : RadCartesianChart_SplineAreaSeries_Demo HorizontalAlignment =" Center" />
71
71
<local : RadCartesianChart_StepAreaSeries_Demo HorizontalAlignment =" Center" />
72
72
<!-- End Charts Part-->
73
- </local : MasonryPanelWithProgressiveLoading >
73
+ </local : WrapPanelWithProgressiveLoading >
74
74
</StackPanel >
75
75
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" DataManagement" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadGridView_Demo HorizontalAlignment =" Center" />
11
11
<local : RadTreeListView_Demo HorizontalAlignment =" Center" />
12
12
<local : RadListBox_Demo HorizontalAlignment =" Center" />
13
- </local : MasonryPanelWithProgressiveLoading >
13
+ </local : WrapPanelWithProgressiveLoading >
14
14
</StackPanel >
15
15
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" Editors" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadRadioButton_Demo HorizontalAlignment =" Center" />
11
11
<local : RadSlider_Demo HorizontalAlignment =" Center" />
12
12
<local : RadDatePicker_Demo HorizontalAlignment =" Center" />
19
19
<local : RadDropDownButton_Demo HorizontalAlignment =" Center" />
20
20
<local : RadNumericUpDown_Demo HorizontalAlignment =" Center" />
21
21
<local : RadColorPicker_Demo HorizontalAlignment =" Center" />
22
- </local : MasonryPanelWithProgressiveLoading >
22
+ </local : WrapPanelWithProgressiveLoading >
23
23
</StackPanel >
24
24
25
25
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" Layouts" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : GroupBox_Demo HorizontalAlignment =" Center" />
11
11
<local : RadDockPanel_Demo HorizontalAlignment =" Center" />
12
12
<local : RadGallery_Demo HorizontalAlignment =" Center" />
17
17
<local : RadProgressBar_Demo HorizontalAlignment =" Center" />
18
18
<local : RadTickBar_Demo HorizontalAlignment =" Center" />
19
19
<local : RadAlert_Demo HorizontalAlignment =" Center" />
20
- </local : MasonryPanelWithProgressiveLoading >
20
+ </local : WrapPanelWithProgressiveLoading >
21
21
</StackPanel >
22
22
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" Navigations" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadTabControl_Demo HorizontalAlignment =" Center" />
11
11
<local : RadExpander_Demo HorizontalAlignment =" Center" />
12
12
<local : RadRibbonView_Demo HorizontalAlignment =" Center" />
20
20
<local : RadTransitionControl_Demo HorizontalAlignment =" Center" />
21
21
<local : RadPanelBar_Demo HorizontalAlignment =" Center" />
22
22
<local : RadDocking_Demo HorizontalAlignment =" Center" />
23
- </local : MasonryPanelWithProgressiveLoading >
23
+ </local : WrapPanelWithProgressiveLoading >
24
24
</StackPanel >
25
25
26
26
</UserControl >
Original file line number Diff line number Diff line change 6
6
7
7
<StackPanel >
8
8
<TextBlock Text =" Scheduling" Style =" {StaticResource PageHeader_Style}" />
9
- <local : MasonryPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
9
+ <local : WrapPanelWithProgressiveLoading Style =" {StaticResource Panel_Style}" >
10
10
<local : RadScheduleView_Demo HorizontalAlignment =" Center" />
11
11
<local : RadCalendar_Demo HorizontalAlignment =" Center" />
12
- </local : MasonryPanelWithProgressiveLoading >
12
+ </local : WrapPanelWithProgressiveLoading >
13
13
</StackPanel >
14
14
</UserControl >
You can’t perform that action at this time.
0 commit comments