PropertyWindow 수정 완료

This commit is contained in:
logonkhi
2025-12-10 12:15:00 +09:00
parent a35e806187
commit b441c46d5d
18 changed files with 852 additions and 3231 deletions

View File

@@ -243,8 +243,9 @@ namespace UVC.UI.Window.PropertyWindow
if (wasExpanded != isExpanded)
{
group.IsExpanded = isExpanded;
// 이벤트를 통해 PropertyView.OnGroupExpandedChanged()가 호출되어
// 부분적으로 UI를 업데이트합니다. 전체 Refresh()는 스크롤 위치를 초기화하므로 호출하지 않습니다.
GroupExpandedChanged?.Invoke(this, new PropertyGroupExpandedEventArgs(group, wasExpanded, isExpanded));
Refresh();
}
}
}