Pressing a button will turn a stacklayout’s visible property to true when clicked
I am having problems on making it so that, when you press the “Plus” button (on the Home.xaml page), it will trigger an event that will turn a StackLayout’s (on the Cart.xaml page) visibility property into True:
Pressing a button that will create a textlabel from another XAML page; using .NET MAUI
I can’t find a solution where when you press the “Plus” Button on the Home.xaml file,
it will create A StackLayout with 2 Text Labels in it (same as the StackLayout named “Texts1” Text on the Cart.xaml file) And it should be created inside the Specific StackLayout named “AddHere”
Pressing a button will create a textlabel from another XAML page; using .NET MAUI
I can’t find a solution where when you press the “Plus” Button on the Home.xaml file,
it will create A StackLayout with 2 Text Labels in it (same as the StackLayout named “Texts1” Text on the Cart.xaml file) And it should be created inside the Specific StackLayout named “AddHere”