consoleframework
consoleframework copied to clipboard
Binding to ListBox.SelectedItemIndex
Currently, it's impossible to bind to a SelectedItemIndex
property of ListBox
, because it only raises SelectedItemIndexChanged
event on change, and doesn't raise PropertyChanged
.
I think that it should be possible to bind to it by default.