Relative Content

Tag Archive for c#avaloniauiavalonia

Avalonia Behaviors update selection for ListBox

I’m trying to implement a ViewBox displaying a title from the selected ListBox member in the ViewBox. I’m trying to use behaviors, but it doesn’t work within ListBox.ItemTemplate/DataTemplate, only In ListBox, which only responds to being clicked anywhere but the members.