PropertyWindow 수정 완료
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user