Relative Content

Tag Archive for maui

.NET MAUI BindableLayout Not Rendering on Page Load

I have been struggling with this for days and here I finally am to ask the community:
I have a .NET MAUI project that involves a page containing a BindableLayout in a StackLayout. The source data for the BindableLayout is a ContentView component that I am referencing from elsewhere in the project. The data in the viewmodel is loading in fine, everything is as the documentation says it should be. It’s just not loading the content when the page loads.
Here’s the super fun part:
If, while debugging with hot reload enabled, I backspace and replace the ‘.’ in the line

.NET MAUI BindableLayout Not Rendering on Page Load

I have been struggling with this for days and here I finally am to ask the community:
I have a .NET MAUI project that involves a page containing a BindableLayout in a StackLayout. The source data for the BindableLayout is a ContentView component that I am referencing from elsewhere in the project. The data in the viewmodel is loading in fine, everything is as the documentation says it should be. It’s just not loading the content when the page loads.
Here’s the super fun part:
If, while debugging with hot reload enabled, I backspace and replace the ‘.’ in the line

.NET MAUI BindableLayout Not Rendering on Page Load

I have been struggling with this for days and here I finally am to ask the community:
I have a .NET MAUI project that involves a page containing a BindableLayout in a StackLayout. The source data for the BindableLayout is a ContentView component that I am referencing from elsewhere in the project. The data in the viewmodel is loading in fine, everything is as the documentation says it should be. It’s just not loading the content when the page loads.
Here’s the super fun part:
If, while debugging with hot reload enabled, I backspace and replace the ‘.’ in the line

Setting of MainPage equivalent after deprecation

I have a Xamarin Forms app that I am updating to use Maui 9. In my app, there are a couple of places where I need to change the top-level page. I was able to do this by setting the MainPage property of the app.

Maui 9 and MainPage deprication

I have a Xamarin Forms app that I am updating to use Maui 9. In my app, there are a couple of places where I need to change the top-level page. I was able to do this by setting the MainPage property of the app.