Publish my project on the Microsoft Store
Hello, how can I publish an app I wrote with WinUI 3 to the Microsoft Store? However, when I send it to others as an MSIX, they encounter many problems and cannot install it.
Developer technologies | XAML
Outlook Ribbon Add-in Manifest Issues
An add-in has been successfully created that works as expected within the Calendar context. However, there is an attempt to create a separate add-in that should always be accessible from the main Ribbon in Outlook, independently of whether the user is in…
Developer technologies | XAML
After update Visual Studio, UWP does not work
Hello, everyone. I updated my VS to the latest version, then my UWP application stopped working, and the following error occurred: XamlCompiler warning WMC0151: Member 'CheckBoxBorderBrush' on type…
Developer technologies | XAML
How to create a re-useable ContentView as a base view?
In my .NET 9 MAUI project, I like to have a base ContentView to reuse for multiple pages. For that, I created a ContentView like this: <?xml version="1.0" encoding="utf-8"…
Developer technologies | XAML


.net Maui: use of 'ShellContent' to pass a parameter
Thank you in advance for your time and help Is somewhere out there helping a pretty old hobby developer on .net maui GIT: https://github.com/edikaufmann/RandoJson (public). I'm still struggling to dynamically call the appropriate .json data based…
Developer technologies | XAML
Looking for Xamarin.Forms Support Without Migrating to MAUI
I have a Xamarin.Forms application and I would like to continue using Xamarin.Forms for at least the next 2 years. I understand that Xamarin.Forms has reached its end of support (official support ended on May 1, 2024), but migrating to .NET MAUI is…
Developer technologies | XAML
Xamarin.Forms app to .NET MAUI
I'm upgrading a Xamarin.Forms app to .NET MAUI. I need guidance on handling project structure, 3rd-party packages, and iOS build configuration. Can someone from the support team assist with code-level migration blockers?
Developer technologies | XAML
in shell.flyoutheader Button is not clicking on ios app in maui .net 9 project
<Shell.FlyoutHeader> <ContentView Padding="{OnPlatform iOS='0,0,0,5'}"> <Grid x:DataType="viewModel:AppShellViewModel" Padding="0,0,0,5"> …
Developer technologies | XAML
String Format Not Being Applied
<TextBox Background="#FAFAD2" Focusable="False" HorizontalContentAlignment="Center" Style="{StaticResource TextBoxKey}" Text="{Binding Path=LastUpdate, Converter={StaticResource…
Developer technologies | XAML
How to align items in Non Uniform Layout in WinUI3
How to align items using ItemRepeater in a non uniform layout in Winui3. Here i need some of my tile to take 2 times the width
Developer technologies | XAML
How to change default color of WPF Combobox?
I want to change the color of Combobox in WPF as below. I tried changing the color with the background property of the Combobox, but the background color of the contents displayed when the combo box is clicked is changed. Is there a way to solve this by…
Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
Developer technologies | C#
ContentControl doesnt show data
Hello I defined UserControl in UWP XAML, but It doesnt show any data: <UserControl x:Class="Financial_Planner.BSListView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" …
Developer technologies | XAML
Communit Maui Toolkit 11.2.0 - EventName="Appearing" not working in .Net 9.0
MAUI: I have a login view and have Appearing event binded as show in below xaml code. <ContentPage.Behaviors> <toolkit:EventToCommandBehavior Command="{Binding LoginViewAppearingCommand}" EventName="Appearing"…
Developer technologies | XAML
xbox developer mode link switching to microsoft partners
whenever i try aka.ms/activatexbox it takes me to microsoft partners i need a fix for this someone help and i dont see an xbox developer mode activation
Developer technologies | XAML
WPF- Changes not updated in datagrid column
Hi All, I have a WPF datagrid control in the UI. It has three columns ProductID, Rate and Amount. As user enters the rate in "Rate" column or select Product in "ProductID" column it has some calculations in datagrid…
Developer technologies | XAML
Hover And Click showing white rectangle ComboBox
so i have been trying to get combo box design for a while now I have gone 99% there but having a issue with the combo box hover effects its not working as expected here is what I have currently <!-- ComboBox Base Style --> …
Developer technologies | XAML
WPF UserControl - Property not fired when binded value changed
Hi out there! I created a UserControl an would like to do some logical stuff when the property "MyText" of that UserControl ist changed. From my Master Window I would like to set a property (or dependency property) to trigger that change. When…
Developer technologies | XAML
AADSTS90014: The required field 'request' is missing from the credential. Ensure that you have all the necessary parameters for the login request
Hi I'm trying to use saml2 authentication implementation with aws connect service. I am using lambda and api gateway for backend authentication and verification. Flutter is mobile application is my backend. when I try to login via microsoft and get…
Developer technologies | XAML
Ich kann mich mit dem Code des Autentificators nicht bei meinem gmx-Account anmelden
Guten Tag, Ich möchte mich an meinem PC auf GMX anmelden und benötige für die Zwei wege Authentifizierung meinen Code aus der APP Autentificator. Mit dem Code der mir dort angezeigt wird komme ich aber nicht weiter, da mir immer angezeigt wird, dass der…
Developer technologies | XAML
Triggering of PR
i have two branches 1)tech and tech-dev one QA env other is dev env both have seprate yaml file for ci/cd # Author: Anshuman Srivastava trigger: branches: include: - techs-dev # Only trigger on pushes to tsctechs-new pr: none # Disable ALL…