Skip to content

Commit 0ee2612

Browse files
committed
WPF-900690 TileView Virtualization content updated
1 parent 856e71f commit 0ee2612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)