A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
all items in list view are being deleted instead of selected line
the following code will remove all the item in the viewlist, how do I only remove the SelectedObj --------------------- private async void LoadFilterAction() { try { var FilterFile = await…
Developer technologies | XAML
Maui Toolkit Appearing and Disappearing commands not triggering after upgrading from .NET8 to .NET10
I have a MAUI app written in XAML and C# that I have recently upgraded from .NET8 to .NET10. I had a lot of functionality change which I was able to fix but I have noticed that my Appearing and Disappearing commands have stopped working which has…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Adding an Image to a custom control in MAUI
Hi there I have been asked to add an image to a view in an old Xamarin app that has been upgraded to MAUI. I am new to MAUI and the custom control is confusing me. I need to add and image placeholder, but set the image source when the form is loaded from…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
MAUI click Image to take you to a new view with a larger image
I have an image in a control and when you click it I want to navigate to a new view that has a larger image on it. <?xml version="1.0" encoding="utf-8" ?> <ContentView …
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
missing file xaml step32 exists and vaild
missing filemissing file xaml step32 exists and vaild
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
WPF ListViewItem IsSelected is on Window_Closing allways false?!
Hello, on my ListView is the ListViewItem-property "IsSelected" binding to object-property. <Window.Resources> <Style x:Key="ListViewStyle" TargetType="ListBoxItem"> <Setter…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
C# UWP XAML <Image> ImageOpened event does not fire, and <Storyboard> misbehaving
In this XAML segment <Image x:Name="Image1" Grid.Row="0" ImageOpened="Image1Opened"> <Image.Triggers> <EventTrigger RoutedEvent="FrameworkElement.Loaded"> …
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Using visual studio code for WPF c# app development?
Can I use visual studio code to create and develop c# based WPF windows applications ? If so, what else do I need to install alongside visual studio code and how?
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
the shared with me api does not work, why?
The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Unwanted DataGrid Column
Here is the XAML to create a DataGrid: <DataGrid x:Name="dgSettings"> <DataGrid.Columns> <DataGridTextColumn Binding="{Binding Path=Name}" Header="Propoerty"…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Round rectangle and rectangle has memory leaks is this a bug?
I was using https://www.nuget.org/packages/AdamE.MemoryToolkit.Maui/1.0.0 to detect memory leaks in xaml and noticed that stroke shapes round rectangle and rectangle used in border are not getting disposed off when you navigate away from the page ! Is…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
WPF Datagrid ComboboxColumn selection issue
Hi All, I have a WPF application in which I have a datagrid control which is used to display employee records. The last row of this datagrid is used to add new record on pressing “Enter” Key. <DataGrid Grid.Row="2"…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Using WinUI 3 without XAML
Hello everyone, I would like to know that how to use WinUI 3 without XAML. Thank you very much.
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
XAML/MAUI - How to remove the one-pixel high horizontal line ?
Whilst a long term C# developer I've just started on my journey into Maui to build a mobile app across Android and iOS. To get a feel for the presentation layer and behaviour, before writing any functional code, and using the iOS simulator, I started…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
IOS numeric keypad does not have a done button like how they have it in android
Android : IOS : I tried a lot of things including the ones mentioned here in github https://github.com/dotnet/maui/issues/19550and i also tried my own but all i could see is only the done button without the numeric keypad , is there an easy way to do…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
why is the following running on my pc? [site blocked: www.les.com] from source 192.168.1.20 Monday, Dec 22,2025 12:15:53 #pragma classflags("forceupdate") #pragma namespace("\\\\.\\root\\WMI") // // WPP Generated File // PDB: d:\0060.obj.x86fre\drivers\s
[site blocked: www.les.com] from source 192.168.1.20 Monday, Dec 22,2025 12:15:53 #pragma classflags("forceupdate") #pragma namespace("\\.\root\WMI") // // WPP Generated File // PDB: …
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Resolve line issue
Hi, How to resolve The workload 'net8.0-ios' is out of support and will not receive security updates in the future. on the part below? <NETSdkWarning ResourceName="WorkloadIsEol" …
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
'net8.0-android' is out of support
Hi, What must be removed (on the project) due to this issue? The workload 'net8.0-android' is out of support and will not receive security updates in the future.
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
.net Maui app in infinite loop due to [ObservableProperty]
In my app I convert Celsius to Fahrenheit and vice versa. Because I am using [ObservableProperty] when I update the one property, the other wants to update as well, and the program goes into an infinite loop. Is there a way to fix this? …
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
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
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.