增加侧边栏折叠功能

This commit is contained in:
ww-rm
2025-10-19 01:01:34 +08:00
parent f5d3f93cde
commit dae5d0b7c7
2 changed files with 92 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ namespace SpineViewer.Models
public double WindowHeight { get; set; }
public WindowState WindowState { get; set; }
public bool RootGridCol0Folded { get; set; }
public double RootGridCol0Width { get; set; }
public double RootGridCol2Width { get; set; }