Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

xaml

  1. J

    C# How to implement an async method for real-time stock data retrieval...

    I'm trying to get a real-time stock data retrieval method working, but I haven't found any information on how to get the method to work with C#. Here's what I have so far: In MainWindow.xaml: <Grid x:Name="g" Width="Auto" Height="Auto" VerticalAlignment="Center"> <Grid.RowDefinitions>...
  2. J

    C# How to use the Border.BackgroundSizing and Border.BackgroundTransition properties in C#

    Hi all, I'm working on a lab to get background sizing and transition accomplished on a couple of rectangle objects using C# to get it done. It seems to be working to some extent, but I haven't figured out how to get the duration settings to work with the property. Here's what I have so far in...
  3. J

    C# How to use multiple auxiliary xaml files in Xaml for Win UI 3

    I'm trying to get multiple Xaml files to work with my application to get my app code organized. I've tried multiple would-be solutions to no avail. I've tried a couple of XamlReader solutions I couldn't get working. Here are some of the things I've tried: Simple Xaml code: <Grid...
  4. A

    What does assembly reference means?

    Hello, I am very new to programming. I decided to start with visual studio 2022 and watch some tutorials to get started. I would like to make a simple app for android, something like a notebook, so I choosed ' .net maui app ' as new project in VS 2022. I have been looking for a way to add a...
Back
Top Bottom