SimpleToolkit icon indicating copy to clipboard operation
SimpleToolkit copied to clipboard

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.

Results 17 SimpleToolkit issues
Sort by recently updated
recently updated
newest added

My xaml markup code is (code have the behavior) ``` ... ... ``` IsVisibleAnimBehavior behavior is responsible for triggering the animation whenever the visibility changes. When app runs, I got...

Hello, I used SimpleShell. Please help me to implement a hierarchy of pages and navigate through them, that is, return to the previous page. page1=>page2=>page3 (back to page2) GotoAsync build...

Hi I wanted to try the toolkit but unfortunately I am getting an error whenever I launch my app on Windows: _{"Unable to cast object of type 'Microsoft.Maui.Controls.Handlers.ShellItemHandler' to type...

Hello, I've just stumbled upon your SimpleToolkit and I wanted to implement it. It looks awesome, has some stuff that I need and also Material3 TabBar in Controls. Right now...

Downloaded latest version of SimpleToolkit.Core (3.0.0) from Nuget. Added the UseSimpleToolkit to builder as suggested in documentation ` var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .RegisterAppServices() .UseSimpleToolkit() .RegisterViewModels() .RegisterViews() .ConfigureFonts(fonts =>...

Can you give example how to combine flyout and bottom navigation bar?

Please add Shell SearchHandler

HI, When trying to convert GadgetStoreApp to use Shell instead of SimpleShell I am receiving the error "The property 'ShellContents' was not found in type 'AppShell'" at AppShell.xaml with this...

Can you update your sample doc ? Everytime it is telling me the views inside the navigation stack is present. Though i have cleared the navigation stack and made the...

Update documentation based on discussion in #51. - Indicate default. - Provide detail on Android behavior. - Remove descriptive text redundant with property name.