ListView: ListViewItemStyle properties to be BindableProperties to enable setting their values to DynamicResources
Example:
<telerikListView:ListViewItemStyle BackgroundColor="{DynamicResource MedLightGrey}" BorderColor="{DynamicResource LightGrey}" BorderWidth="1" BorderLocation="Bottom"/>
Available in the R2 2017 PS release
2 comments
Namek
Posted on:12 Jun 2017 06:57
I've just moved all StaticResource's into DynamicResource's in my Xamarin project, and everything went smooth - all controls are ready for DynamicResource's, except *RadListView* ;). Please implement this.
N Mackay
Posted on:26 May 2017 10:07
Surprised the control doesn't support this, should be added.