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

Remove black dotted border around RadListBoxItem

1 Answer 202 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 08 Oct 2012, 07:57 PM
I used the Style prsented in the following post to get rid of the dotted border in the RadTreeView, and looked for a similar solution for the RadListBox, but couldn't find anything in the RasListBox Style.  Does anyone know of a way to remove the dotted border so I can have a consistent RadListBox and RadTreeView UI?

Remove black dotted border around RadTreeViewItem (or ...


Thanks in advance,
Steve

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 11 Oct 2012, 02:14 PM
Hi Steve,

You should set 
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>

inside RadListBoxItemStyle to remove dotted border around items.

Hope this helps.

Greetings,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ListBox
Asked by
Steve
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or