dotnetmaui

  1. JiMMy2024

    A MAUI application looks great in Android but terrible in iOS

    Hello.. I have this App.xaml file: <?xml version = "1.0" encoding = "UTF-8" ?> <Application xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:TimeApp"...
  2. R

    Picker in CollectionView does not bind

    Greetings all Recently I dipped my finger in dotnet maui and C# for first time. So I run intro some issues. I am trying to follow MVVM model and make a collectionview that contains Labels and Pickers. The labels update as expected but the picker does not, it is empty. <CollectionView...
Back
Top Bottom