Browse Source
* feat(ControlCatalog): add sidebar search, auto-sort, and default page selection - Add search TextBox (PART_SearchBox) to HamburgerMenu pane template that filters sidebar items by header text (case-insensitive) - Auto-sort TabItems alphabetically by Header on first load - Add IsDefaultPage attached property on HamburgerMenu to preselect a specific TabItem (set on Buttons page in MainView) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * refactor: replace IsDefaultPage attached property with simple IsSelected IsSelected on TabItem is sufficient for preselecting a page after auto-sort. Removes the custom IsDefaultPage attached property. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>pull/20994/head
committed by
GitHub
3 changed files with 82 additions and 5 deletions
Loading…
Reference in new issue