This question is locked. New answers and comments are not allowed.
How to make multi selectable (datatemplate) if property is get only? Maybe must to use template.
Look attached image.
OK. I may use this, but if in template content put additional element and shift+select will not work when click into custome template element.
// this is example only for UI (shift+mouse click)
Can I use multiselection at runtime + logic from UI (shift+mouse click) and how?
Look attached image.
OK. I may use this, but if in template content put additional element and shift+select will not work when click into custome template element.
// this is example only for UI (shift+mouse click)
<telerik:RadListBox Grid.Row="1" ItemsSource="{Binding ChildNodes}" Margin="3 2 2 0" SelectionMode="Extended" >Can I use multiselection at runtime + logic from UI (shift+mouse click) and how?