Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > PageView > Hide frame around RadListControl into a Page

Answered Hide frame around RadListControl into a Page

Feed from this thread
  • Franco avatar

    Posted on Jan 17, 2012 (permalink)

    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
    Attached files

    Reply

  • Answer Stefan Stefan admin's avatar

    Posted on Jan 17, 2012 (permalink)

    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).

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Franco avatar

    Posted on Jan 18, 2012 (permalink)

    Thank you very much.
    It works!
    Gianfranco

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > PageView > Hide frame around RadListControl into a Page