picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

Wpf: Ensure TreeGridItem is expandable before checking if Expanded is true #2526

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

Technically, ITreeGridItem.Expanded should not be true if it is not expandable, but in the case that perhaps it is true but you don't want it to expand then that should be supported. This fixes issues dropping after items if they report expanded but are not expandable.