Fabulous.MauiControls
Fabulous.MauiControls copied to clipboard
Declarative UIs for .NET MAUI Controls with F# and MVU, using Fabulous
I have a WebViewer, with which I want to display HTML from RSS feeds. This generally works, but for one of the feeds I'm testing with I get some HTML...
Code: ``` namespace DebugView open Fabulous open Fabulous.Maui open type Fabulous.Maui.View module App = let mutable id = 0 type Item = { Name: string Detail: string } static member...
During the startup of the TicTacToe sample, a Win32 (?) exception apparently crashes the app and the debugger unsuccessfully tries to attach. Without debugger the app window appears briefly and...
As part of https://github.com/fabulous-dev/Fabulous.MauiControls/pull/25 . I notice this on the GroupedCollectionView https://user-images.githubusercontent.com/31915729/220578156-164da02b-9260-4674-96b8-68d191f867a3.mp4 ## Expected Behaviour : - Be able to select items in the different sections without been reset ##...
- [x] ListView - [x] GroupedListView - [x] CollectionView - [x] GroupedCollectionView - [x] CarrouselView