How to remove the border when mouse enter a listboxitem
-
Currently when we create a listbox, we will get a default light blue border on the listboxitem if the mouse is over. I hope to remove the border so that it looks nothing happens. Is there a way to make this ? :)
-
Currently when we create a listbox, we will get a default light blue border on the listboxitem if the mouse is over. I hope to remove the border so that it looks nothing happens. Is there a way to make this ? :)
You need to change the style of the listbox and modify the border. For ListBox styles - go through http://msdn.microsoft.com/en-us/library/cc278062(v=vs.95).aspx[^]. The other alternative would be to modify the ListBox styles using Expression Blend.
-
Currently when we create a listbox, we will get a default light blue border on the listboxitem if the mouse is over. I hope to remove the border so that it looks nothing happens. Is there a way to make this ? :)
...and this may help you out... ListBox Styles and Templates[^]
Mark Salsbery :java: