Skip to content

Commit 008b9d6

Browse files
committed
Refactoring.
1 parent 455cb81 commit 008b9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/Unity.Mvvm.ToDoList/Assets/UI Toolkit/Views/MainView.uxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ui:VisualElement>
1616
</ui:VisualElement>
1717
</ui:VisualElement>
18-
<ui:VisualElement name="ListContainer" class="content-page__list-container">
18+
<ui:VisualElement name="ItemsCollection" class="content-page__list-container">
1919
<BindableUIElements.BindableTaskScrollView binding-items-source-path="TaskItems" binding-item-template-path="TaskItemTemplate" scroll-deceleration-rate="0,135" elasticity="0.05" horizontal-scroller-visibility="Hidden" vertical-scroller-visibility="Hidden" touch-scroll-type="Elastic" />
2020
</ui:VisualElement>
2121
<ui:VisualElement name="BottomPanel" class="content-page__bottom-panel" />

0 commit comments

Comments
 (0)