consoleframework icon indicating copy to clipboard operation
consoleframework copied to clipboard

Binding to ListBox.SelectedItemIndex

Open ForNeVeR opened this issue 4 years ago • 0 comments

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.

ForNeVeR avatar May 13 '20 15:05 ForNeVeR