fix notes
This commit is contained in:
Родитель
ec6d824fcd
Коммит
a2b51c9af0
|
@ -67,6 +67,7 @@ In addition to this, you need to add the following namespace:
|
|||
> RadDataGrid control provides UI virtualization, so it requires its visual parent to provide vertical or horizontal space for the control to fill into. The following scenarios will measure the control with infinity and the virtualization will not work:
|
||||
> * positioning the DataGrid control inside StackLayout which is wrapped in ScrollView.
|
||||
> * positioning the DataGrid inside ScrollView.
|
||||
>
|
||||
> For additional information, please check the [Controls are not Apppearing]({%slug controls-are-not-appearing%}) article.
|
||||
|
||||
Now that you have added the control to your view, you need to make sure that is properly loaded with the required data.
|
||||
|
|
|
@ -69,6 +69,7 @@ In addition to this, you need to add the following namespace:
|
|||
> RadListView control provides UI virtualization, so it requires its visual parent to provide vertical or horizontal space for the control to fill into. The following scenarios will measure the control with infinity and the virtualization will not work:
|
||||
> * positioning the ListView control inside StackLayout which is wrapped in ScrollView.
|
||||
> * positioning the ListVew inside ScrollView.
|
||||
>
|
||||
> For additional information, please check the [Controls are not Apppearing]({%slug controls-are-not-appearing%}) article.
|
||||
|
||||
## 4. Populating RadListView with data
|
||||
|
|
|
@ -62,6 +62,7 @@ In addition to this, you need to add the following namespace:
|
|||
> RadTreeView control provides UI virtualization, so it requires its visual parent to provide vertical or horizontal space for the control to fill into. The following scenarios will measure the control with infinity and the virtualization will not work:
|
||||
> * positioning the TreeView control inside StackLayout which is wrapped in ScrollView.
|
||||
> * positioning the TreeView inside ScrollView.
|
||||
>
|
||||
> For additional information, please check the [Controls are not Apppearing]({%slug controls-are-not-appearing%}) article.
|
||||
|
||||
As you can notice, the **ItemsSource** property of the control needs to be set. The collection we have is representing a hierarchical view and this is the reason for using the RadTreeView control for this setup.
|
||||
|
|
Загрузка…
Ссылка в новой задаче