Made the tree view remember the open state close state
This commit is contained in:
parent
d1adc0cb72
commit
b23db9f1e1
3 changed files with 14 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
expandWidget.Click += (s, e) =>
|
||||
{
|
||||
this.Expanded = !this.Expanded;
|
||||
this.ExpandedChanged?.Invoke(this, null);
|
||||
expandWidget.Expanded = this.Expanded;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue