fix: ensure indicator is visibility upon loaded.

This commit is contained in:
rabbitism
2024-05-16 23:22:43 +08:00
committed by Dong Bin
parent 818c884316
commit a96341498a
2 changed files with 14 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public partial class SelectionListDemoViewModel: ObservableObject
{
"Ding", "Otter", "Husky", "Mr. 17", "Cass"
};
SelectedItem = Items[0];
}
public void Clear()