RadekVyM / SimpleToolkit

SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
425 stars 41 forks source link

Shell search handler ? #22

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

Hi does this support shell search? because when I migrate from the built-in Shell the Shell Search disappeared

RadekVyM commented 1 year ago

Hi @Strypper, SimpleShell on its own does not provide any controls. All navigation related controls have to be custom made. You can create your own search view and bind it to the Shell.SearchHandler properties.