Good morning.
I don't want to display the frame around the RadListControl I dragged into a page (see attached image). Is it possible? I posted here because I don't know if it's a property of the RadPageView (I use ViewMode = ExplorerBar) or of the RadListControl.
Thank you very much
Gianfranco
2 Answers, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 17 Jan 2012, 02:51 PM
Hi Franco,
Thank you for writing.
You can hide the border of RadListControl by using the following code snippet:
radListControl1.ListElement.DrawBorder = false;
Let me know if you have any other questions.
Regards,
Stefan
the Telerik team
SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).