768 questions with XAML-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How can I center align text with hyperlinks in it?

Hi. How can I center align text with hyperlinks in it? I need to have the some text below, and with the XAML I got it's currently not centered. In fact, Horizontal Alignment does not seem to have any effect. Hyperlinks are working fine, however. This…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
XAML
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.
768 questions
asked 2021-02-25T20:48:51.047+00:00
Stout 286 Reputation points
accepted 2021-02-25T23:45:02.993+00:00
Stout 286 Reputation points
0 answers

Memory increase when using RenderTargetBitmap on 32 bit png

We are encountering a strange problem when creating preview screenshots of UserControls within our application. If a user control contains a 32 bit png image, the memory used for the image creation is not released afterwards, while there is apparently no…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-02-24T07:27:31.847+00:00
HerMei 1 Reputation point
commented 2021-02-25T07:12:17.087+00:00
HerMei 1 Reputation point
2 answers One of the answers was accepted by the question author.

Cannot add content to object of type 'Microsoft.Toolkit.Wpf.UI.XamlHost.WindowsXamlHost'

Hi Q&A, The error MC3028 'Cannot add content to object of type 'Microsoft.Toolkit.Wpf.UI.XamlHost.WindowsXamlHost'' appears when trying to add any control (in the conventional manner) to the StackPanel. I am new to xaml islands; however, there…

XAML
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.
768 questions
asked 2021-02-11T17:48:48.13+00:00
Andrew Azz 171 Reputation points
commented 2021-02-24T21:54:02.113+00:00
Andrew Azz 171 Reputation points
2 answers One of the answers was accepted by the question author.

Hide Tab From Tabbed Page XAML

Hi Guys, I have a Xamarin.Forms Project With a Navigation page witch contains a TabbedPage with 3 ContentPages Inside Descibed in a XAML File. But depending on a bool I have to hide or not a tab of the tabbedPage. I used the IsVIsible…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,298 questions
XAML
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.
768 questions
asked 2021-02-24T09:47:15.937+00:00
Anonymous
accepted 2021-02-24T13:24:20.067+00:00
Anonymous
0 answers

Question Regarding WPF and BAML

As I know, WPF use BAML(Binary Application Markup Language) as a precompiled XAML. My question is.. BAML resource is finally injected to Application's dll/exe file? it cannot be separated from each other?

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
XAML
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.
768 questions
asked 2021-02-22T07:00:57.833+00:00
남 진우 21 Reputation points
commented 2021-02-24T09:12:53.067+00:00
DaisyTian-1203 11,616 Reputation points
1 answer

Convert.ToDateTime throws exception when language is set to Arabic(SaudiArebia)

Hi, I am changing UI language based on user selection as below Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.GetCultureInfo(ChangeLanguageTo); Thread.CurrentThread.CurrentUICulture =…

C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-02-17T09:14:03.323+00:00
Jignesh Desai 101 Reputation points
commented 2021-02-22T01:33:07.917+00:00
Cheong00 3,471 Reputation points
2 answers

Dependency Property

how to use Dependency Property in WPF ? How to use it in MVVM ? a sudo code is much more helpfull than theory ? I have read lot of articals but non is given best explanation.

XAML
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.
768 questions
asked 2021-02-18T07:54:41.28+00:00
ramesh raja 21 Reputation points
answered 2021-02-19T05:47:38.867+00:00
Peter Fleischer (former MVP) 19,231 Reputation points
0 answers

WPF MediaElement throw System.Runtime.InteropServices.COMException (0xC00D1197): Exception from HRESULT: 0xC00D1197

When the test server went from rest to wake up, an error occurred when the client played the video file on the test server. the following exception: Cannot find the media file. ---> System.Runtime.InteropServices.COMException (0xC00D1197):…

XAML
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.
768 questions
asked 2021-01-27T03:53:35.343+00:00
枫林小镇 1 Reputation point
commented 2021-02-18T07:54:01.667+00:00
DaisyTian-1203 11,616 Reputation points
1 answer

I wonder why Xamarin.Froms does not support *.baml in terms of xaml loading like WPF.

Hello. As I know, Xamarin.Froms does not use a separated complied xaml file like *.baml. Instead, It just compile xaml to IL code and inject such IL codes into app's exe/dll. I wonder why Xamarin.Froms does not support such kinda of feature to load a…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
XAML
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.
768 questions
asked 2021-02-16T23:36:43.817+00:00
남 진우 21 Reputation points
commented 2021-02-17T02:10:44.163+00:00
DaisyTian-1203 11,616 Reputation points
1 answer One of the answers was accepted by the question author.

what is exactly XAMLC ?

As far as I know, Xamarin.Froms support pre-compilation of xaml using xamlc. I've read xamc compile xaml to IL and merge it to App's DLL/EXE. In contrast, WPF, UWP support pre-compilation of xaml using BAML as a resource with App's DLL. Question…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,298 questions
Universal Windows Platform (UWP)
XAML
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.
768 questions
asked 2021-02-16T05:56:22.877+00:00
남 진우 21 Reputation points
accepted 2021-02-16T06:49:49.577+00:00
남 진우 21 Reputation points
0 answers

How to Migrate a WPF XAML Application to .NET 5.0

I would like some help converting a WPF XAML application (Microsoft's sample app: ExpenseItIntro) to .NET 5.0. I have already run the Portability Analyzer, which says it is 100% compatible. I have already been able to convert Console and Windows Forms…

XAML
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.
768 questions
asked 2021-02-07T19:34:34.137+00:00
Nicholas Piazza 531 Reputation points
commented 2021-02-08T20:05:42.273+00:00
Nicholas Piazza 531 Reputation points
2 answers

How to Scale WPF application according to screen resolution?

I make a WPF application in .Net Framework 4.7. I developed this application on my Laptop which has full HD resolution (1920*1080). My problem is when I run my application on a low resolution monitor (1366*768), my application don't scale up according to…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-01-31T03:54:25.177+00:00
MERUN KUMAR MAITY 511 Reputation points
commented 2021-02-05T16:54:21.793+00:00
MERUN KUMAR MAITY 511 Reputation points
5 answers One of the answers was accepted by the question author.

c# WPF Listbox databinding and getting the row's data item from a click event.

I have a WPF Listbox where the ItemTemplate is made up of a TextBlock and 2 custom hyperlink controls. When a user clicks on one of the hyperlink controls they fire a click event. In this even I need to get data item bound to that listbox row, but I…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-01-28T05:48:18.41+00:00
moondaddy 911 Reputation points
commented 2021-02-04T21:20:56.153+00:00
moondaddy 911 Reputation points
3 answers One of the answers was accepted by the question author.

Why is my DataGridComboBoxColumn not populated

Given the XAML block below, the ComboBox named "Populated" shows the items define in the ItemSource when expanded, whereas whilst the DataGridComboBoxColum named "NotPopulated" uses the same ItemSource shows nothing when expanded.…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
XAML
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.
768 questions
asked 2021-02-02T11:06:42.833+00:00
David McCallum 51 Reputation points
answered 2021-02-04T16:20:23.567+00:00
David McCallum 51 Reputation points
1 answer

How can i change this code for WPF Datagrid

Hi guys I made this code for win forms datatgridview. I want to use it in WPF Datagrid but in WPF Datagrid i can't use datagridview.Rows.Add. Can someone help please Private Sub fill_plan() EmployeeGridView.Rows.Clear() Try Dim i As…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,591 questions
XAML
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.
768 questions
asked 2021-02-04T11:52:40.627+00:00
John Bairlis 21 Reputation points
commented 2021-02-04T16:01:30.707+00:00
John Bairlis 21 Reputation points
1 answer One of the answers was accepted by the question author.

When i change GroupBox style , GroupBox header property becomes hidden?

Hi to all First and foremost, I apologize for my grammatical errors; my first language is Persian (Iran). I want to change GroupBox style but when i do this i can't show GroupBox header and Groupbox header becomes hidden. I want a GroupBox…

XAML
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.
768 questions
asked 2021-01-29T20:56:30.533+00:00
رضا جافری 1,291 Reputation points
accepted 2021-01-31T22:45:45.25+00:00
رضا جافری 1,291 Reputation points
1 answer

More time delay occurs when getting attached properties using MarkupWriter

I have trying to get the attached properties of a custom class which contain 1000 plus properties using MarkUpWriter. But when using MarkUpWriter for retrieving attached properties it causes more time delay. Please find the sample and screenshot…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
XAML
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.
768 questions
asked 2021-01-27T13:04:08.3+00:00
Magesh Sankar 36 Reputation points
commented 2021-01-29T05:48:27.787+00:00
DaisyTian-1203 11,616 Reputation points
0 answers

Web Cam Light is not closing

In my WPF c# application,there is a form using web camera for taking picture( forge.video).After closing the form it will not close the light. Below mentioned code is for stopping the webcam.Please help public void Window_Closing(object sender,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-01-24T08:30:23.647+00:00
Hrishi Kuttathi 1 Reputation point
commented 2021-01-25T08:02:27.067+00:00
DaisyTian-1203 11,616 Reputation points
1 answer

Can XAML “deduce” inheritance from C#?

I wonder if XAML is somehow able to "deduce" the C# inheritance. Let me explain: I have these two C# classes: public class AStyleSelector: StyleSelector { public Style aStyle { get; set; } public override Style SelectStyle(object item,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-01-15T20:57:59.483+00:00
answered 2021-01-18T06:58:37.927+00:00
DaisyTian-1203 11,616 Reputation points
1 answer

C# + AddDirectorySecurity(pathofprog, addeduser, FileSystemRights.FullControl, AccessControlType.Deny) - Still able to execute exe's within

Hi I have managed to get the code running and it is working fine, I see that the user is added into the acl and the permission is set to deny, however, I noticed that at times, for certain programs, I am still able to execute the exe's within the…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,685 questions
C#
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.
10,346 questions
XAML
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.
768 questions
asked 2021-01-17T01:10:04.713+00:00
Kalpana 286 Reputation points
answered 2021-01-17T12:22:59.84+00:00
RLWA32 40,861 Reputation points