Skip to content

Commit 301cf34

Browse files
Merge pull request #1511 from Syncfusion-Content/hotfix/hotfix-v27.1.48
DOCINFRA-2341_merged_using_automation
2 parents 16406e6 + 571ca93 commit 301cf34

File tree

6 files changed

+81
-1
lines changed

6 files changed

+81
-1
lines changed

wpf/Release-notes/v26.2.10.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for WPF Weekly Nuget Release Release Notes
3+
description: Essential Studio for WPF Weekly Nuget Release Release Notes
4+
platform: WPF
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for WPF Release Notes
9+
10+
{% include release-info.html date="August 20, 2024" version="v26.2.10" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.10 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

wpf/Release-notes/v26.2.11.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for WPF Weekly Nuget Release Release Notes
3+
description: Essential Studio for WPF Weekly Nuget Release Release Notes
4+
platform: WPF
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for WPF Release Notes
9+
10+
{% include release-info.html date="August 27, 2024" version="v26.2.11" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.11 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

wpf/Release-notes/v26.2.12.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for WPF Weekly Nuget Release Release Notes
3+
description: Essential Studio for WPF Weekly Nuget Release Release Notes
4+
platform: WPF
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for WPF Release Notes
9+
10+
{% include release-info.html date="September 03, 2024" version="v26.2.12" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.12 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

wpf/Release-notes/v26.2.13.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for WPF Weekly Nuget Release Release Notes
3+
description: Essential Studio for WPF Weekly Nuget Release Release Notes
4+
platform: WPF
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for WPF Release Notes
9+
10+
{% include release-info.html date="September 05, 2024" version="v26.2.13" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.13 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

wpf/Release-notes/v26.2.14.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for WPF Weekly Nuget Release Release Notes
3+
description: Essential Studio for WPF Weekly Nuget Release Release Notes
4+
platform: WPF
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for WPF Release Notes
9+
10+
{% include release-info.html date="September 10, 2024" version="v26.2.14" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.14 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

wpf/Tile-View/Data-Binding-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/syncfusion-wpf-
154154

155155
## Virtualization support
156156

157-
You can enable the UI virtualization support in `TileViewControl`, which allows the users to load large sets of data without affecting loading or scrolling performance by setting the [IsVirtualizing](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.TileViewControl.html#Syncfusion_Windows_Shared_TileViewControl_IsVirtualizing) property value as `true`. This feature allows users to reduce the loading time of `TileView` items regardless of items count. The default value of `IsVirtualizing` property is `false`.
157+
You can enable the UI virtualization support in `TileViewControl`, which allows the users to load large sets of data without affecting loading or scrolling performance by setting the [IsVirtualizing](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.TileViewControl.html#Syncfusion_Windows_Shared_TileViewControl_IsVirtualizing) property value as `true`. This feature allows users to reduce the loading time of `TileView` items regardless of items count. The default value of `IsVirtualizing` property is `false`. When using virtualization, it is recommended to use `RowCount` and `ColumnCount` instead of `RowHeight` and `ColumnWidth`. The `RowHeight` and `ColumnWidth` properties are not compatible with virtualization, and the layout will be updated based on the values of `RowCount` and `ColumnCount`.
158158

159159
{% tabs %}
160160
{% highlight XAML %}

0 commit comments

Comments
 (0)