Search results for query: *

  • Users: Riffy100
  • Content: Threads
  • Order by date
  1. R

    XAML Button - Background Color binding not refreshing when XAML page has changed

    Hi I am developing an App project in VB 2022 with Net MAUI and XAML/C#. I am not able to get the several XAML Buttons to correctly change the background color - the binding of the Button Background color does not appear to work when the XAML page is updated. As I don't know the exact reason...
  2. R

    ToolbarItems - Want to be able to Display/Not Display using a variable in code behind

    Hi I am using VS 2022/XAML/C# I have a ToolbarItem in my xaml ContentPage as follows: <ContentPage.ToolbarItems> <ToolbarItem Text="Item"/> </ContentPage.ToolbarItems> What I would like to be able to do in my ViewModel code is be able to use a boolean variable to decide when to...
  3. R

    Question XAML - ItemTapped no working

    Hi I am unable to get ItemTapped working. I am using VS 2019/XAML/C#. When I click on a selected item, nothing happens. I have following xaml code in my ItemsPage.xaml: <StackLayout.GestureRecognizers> <TapGestureRecognizer...
  4. R

    Question Page not loading in VB 2019/C#/XAML

    Hi I have recently started using VB 2019 with Xamarin so am a newbie when it comes to developing an app. I have stated to build a simple app, but am struggling with getting pages to load with after the Main page. Am really keen to go past this stage. I have a button declared in my XAML file...
Back
Top Bottom