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