This is a migrated thread and some comments may be shown as answers.

How to remove/hide the border of an RADListView control

1 Answer 365 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Dirk
Top achievements
Rank 1
Dirk asked on 16 Jul 2014, 03:50 PM
Hi,

trying to hide the border but there is no .border property available for the RadListView control.
How can I hide the border?

Thx,
Dirk

1 Answer, 1 is accepted

Sort by
0
Ralitsa
Telerik team
answered on 18 Jul 2014, 07:55 AM
Hi Dirk, 

Thank you for writing. 

You need to set the DrawBorder property of the ListViewElement to false in order to hide the control border. Please take a look at the following code example: 
this.radListView1.ListViewElement.DrawBorder = true;

The attached image demonstrates you which border is not drawn. 

Hope this will help you. Let me know if you have any another questions.

Regards,
Ralitsa
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ListView
Asked by
Dirk
Top achievements
Rank 1
Answers by
Ralitsa
Telerik team
Share this question
or