UI 수정

This commit is contained in:
2026-07-26 19:25:03 +09:00
parent 880732dd33
commit 887968fcfd
8 changed files with 68 additions and 8 deletions

View File

@@ -52,7 +52,6 @@ private bool EnsureRefs()
if (_listView != null)
{
_listView.selectionType = SelectionType.Single;
_listView.fixedItemHeight = 40; // 행 높이 (필요하면 인스펙터의 Fixed Item Height로 조정)
_listView.bindItem = BindRow; // item-template(DialogEnterRow)이 makeItem을 담당, 바인딩만 우리가
_listView.selectionChanged += OnSelectionChanged;
}