.Net MAUI Pre-loading data for page
I know this type of question has been asked several times before but I have tried any number of suggested solutions and none work for me.
I am trying to load data about authors into a Collection so that I can select one and show further information. I’m stuck at the stage of preloading the author data. Here is my code:
FileSaver in .NET MAUI
I am using FileSaver functionality in .NET MAUI. It works fine with Android but it does not open to download the file on targeting folder which later on give “Path does not exist error”.
Passing `ItemsViewScrolledEventArgs` to ViewModel function as parameter in .NET MAUI 8
I’m encountering a challenge in .NET MAUI involving passing event arguments to a function in the ViewModel. Specifically, I need to access the LastVisibleItemIndex
property from ItemsViewScrolledEventArgs
triggered by the Scrolled event in a CollectionView
. This property is crucial for my task’s implementation.
Passing `ItemsViewScrolledEventArgs` to ViewModel in .NET MAUI 8
I’m encountering a challenge in .NET MAUI involving passing event arguments to a function in the ViewModel. Specifically, I need to access the LastVisibleItemIndex
property from ItemsViewScrolledEventArgs
triggered by the Scrolled event in a CollectionView
. This property is crucial for my task’s implementation.
When navigate back to root, flyout menu icon appears for a second, how to hide it?
I have a Maui app, which has tabs using shells.
This is my MainShellPage
When navigate back to root flyout menu icon appears for a second, how to hide it?
I have a Maui app, which has tabs using shells.
This is my MainShellPage