Hi, with VSB I can customize a theme for a RadListView displayed in "SimpleView": As I can see in the "Control Structure" panel I have on a SimpleListViewElement to customize (see the attached file).
But if I want toi customize the theme for RadListView displayed as DetailsView, How can I do?
When can I find and customize the DetailListViewElement?
In general, come element are available only when some properties has certains values, but how can select and customize then using VSB?
Thank you.
But if I want toi customize the theme for RadListView displayed as DetailsView, How can I do?
When can I find and customize the DetailListViewElement?
In general, come element are available only when some properties has certains values, but how can select and customize then using VSB?
Thank you.
5 Answers, 1 is accepted
0
Hi Giovanni,
Thank you for writing.
To change the theme for another view in RadListView, simply right click the RadListView node in VSB and choose the desired view. Then all the elements will be displayed correctly.
I hope this helps.
All the best,
Stefan
the Telerik team
Thank you for writing.
To change the theme for another view in RadListView, simply right click the RadListView node in VSB and choose the desired view. Then all the elements will be displayed correctly.
I hope this helps.
All the best,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
0
Giovanni
Top achievements
Rank 1
Iron
Iron
Iron
answered on 24 Oct 2012, 02:18 PM
Many thanks!
And how can I customize items in a RadDropDownList (see the attached screenshot)?
Thank you again
And how can I customize items in a RadDropDownList (see the attached screenshot)?
Thank you again
0
Hi,
RadDropDownList internally contains RadListControl, so the theme for the list control is applied to the items in the drop down of RadDropDownList.
Regards,
Stefan
the Telerik team
RadDropDownList internally contains RadListControl, so the theme for the list control is applied to the items in the drop down of RadDropDownList.
Regards,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
0
Giovanni
Top achievements
Rank 1
Iron
Iron
Iron
answered on 24 Oct 2012, 03:30 PM
But how can I set the the theme for the child RadControl?
My code is:
Thanks.
My code is:
Me
.RadDropDownList1.ThemeName =
"MyTheme"
Thanks.
0
Hi,
In your theme ("MyTheme") you style both the RadDropDownList and RadListControl and then, when you set the theme with the coded provided, both the inner and the outer part will be styled, because you theme will contain themes for both.
I hope this helps.
All the best,
Stefan
the Telerik team
In your theme ("MyTheme") you style both the RadDropDownList and RadListControl and then, when you set the theme with the coded provided, both the inner and the outer part will be styled, because you theme will contain themes for both.
I hope this helps.
All the best,
Stefan
the Telerik team