After I upgraded the version to 22.1.1, I found that the commands bound to TreeListBox were invalid. They worked fine before the upgrade.
I have seen relevant changes in the update log, but I have not seen the cases mentioned in the log updated in the Demo program
- Added the TreeListBoxItemAdapter.GetDefaultActionCommand method and updated the sample TreeNodeModel to properly support default action commands.
<ag:TreeListBox.ItemContainerStyle>
<Style TargetType="ag:TreeListBoxItem">
<Setter Property="DefaultActionCommand" Value="{Binding DataContext.DbClickCommand, RelativeSource={RelativeSource AncestorType=local:SolutionView}}"/>
</Style>
</ag:TreeListBox.ItemContainerStyle>