ListBox's behavior is that the first item is selected automatically, how can I avoid that??
Note: I want to do this with pure xaml, if you have any code-behind ideas then please don't bother yourself.
|
|
ListBox's behavior is that the first item is selected automatically, how can I avoid that?? Note: I want to do this with pure xaml, if you have any code-behind ideas then please don't bother yourself.
|
||||||
|
|
|
Well i tried this using FocusManager.FocusedElement .. and made the intial focus to
|
||
|
|
|
|
You could set SelectedIndex to -1 :
Unfortunately you can't do everything in XAML... you can usually avoid code-behind, but you still need to write converters, markup extensions or attached properties |
||||||||
|
|
|
Is SelectedIndex the property you're looking for ? Or maybe I don't get your point... |
||
|
|
|
|
|||
|
|
|
Add a blank item. |
||
|
|