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
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…
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
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
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
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
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
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- 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
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
I did not get the AZ-900 certificate after successfully passing my exam
Hello Team, I took the AZ-900 certification and passed the exam. But my certification is not showing up in my profile. Thank you.
Developer technologies | XAML
How to resolve Contoso Invoicing App issue
I am a Microsoft Technical Specialist for Business Applications. I am hoping to demonstrate Robotic Process Automation in Power Automate Desktop with the Contoso Invoicing App…
Developer technologies | XAML
>Net Maui Binding Picker to List<Tuple<int, string>>
I have a ProjectSelectionPage to select an existing Project. The first part of the ViewModel is shown below. The data that populates the is obtained via the ObservationService and returns Projects List<Tuple<int, string>> public partial…
Developer technologies | XAML
we have GPU servers and we are using ollama models on to it we have nvme disk attached to it. we wanted to know did ollama models will work better on nvme or os disk? we are using autoshutdown and autostart to save cost as well.
We're running Ollama models on GPU servers with an NVMe disk attached. To optimize performance, we're considering whether to store models on the NVMe or the OS disk. Since Ollama frequently accesses model files, using the high-speed NVMe disk will…
Developer technologies | XAML
How to make an MAUI window transparent?
Hi Guys, I need to develop a MAUI app which should have a window with transparent background as well, out of its windows. So I tried to make it transparent using these ways. I set the 'Opacity = "0"' in the "ContentPage". But it…
Developer technologies | XAML
C# WPF RichTextEdit shows 1 character per line
I have in a C# WPF application a RichTextEdit that is defined as <RichTextBox Grid.Row="1" x:Name="txtHebrew" FlowDirection="RightToLeft" …