I have a MenuItem Checkbox in my main window as well as in another two windows: <MenuItem x:Name = 'FileMenu' Header = '_File'> <MenuItem x
We have a WPF application with CefSharp 79.1.360.0. On one specific computer, CefSharp does not render unless the application is resized. On the DevTools we see
I am trying to make an installer app for an aircraft for X-Plane 11. I need to find a way to get a folder and install it to a user defined directory. How do i d
First of all, I started from a week to studying WPF, so I will appologize for any mistakes I wrote here in code. I have the following situation: First user cont
In my XAML, I have various error messages in the following structure: <Border CornerRadius="3" Background="#FFF3C7C7" Margin="6" Visibility="Collapsed" N
In my WPF application, I am trying to rotate a set of grouped shapes inside a canvas. I am getting grouped shape object TOP/LEFT position using the formulae men
In my WPF application, I am trying to rotate a set of grouped shapes inside a canvas. I am getting grouped shape object TOP/LEFT position using the formulae men
Can i use lineargradientbrush to fill a rect in xaml only combining different direction? I'd like to have it in a drawingimage... ex image below
I am building a softwere that can decode and encode using Wpf and c#, and I want to do that using, FFmpeg libary. I saw the ffmpeg autogen warpper but I couldn'
I'm trying to migrate portions of an app to WPF. One of the near-impossible parts is an IDesignerHost (i.e., a Windows Forms Designer). So for that, I want to u
I want to use a DrawingImage, created from an svg, as content for a WPF Button control. If I set the DrawingImage to Button.Content it only shows the name of th
So, I'm trying to customize my wpf app a bit, but thought I would be better to leave the title bar as it is and not do a custom title bar. Problem is, the title
I have a WPF desktop application with a window with a custom chrome. As soon as I set the WindowChrome style-property of the window, I have an issue when sharin
I'm having some issues trying to display a view in a ListViewItem Data template in reactive. I have a ListView in, for example ReceiptView.xaml whose source is
I am currently trying to integrate an STL File Viewer in my WPF application. I have been using the HelixToolKit to do this and currently can display an STL/OBJ/
C#/XAML .NET WPF ... Both applications need to have the ability to connect with each other, and both should have listeners. How would I do this as I know that u
I'm trying to dynamically create an image within a WebView2, using a source passed in from the WebView2's containing application. The source image exists on an
I observed a very strange issue related to WPF DataGrid validation that occurs only in some conditions. To reproduce the issue I have a test window. <Window
I used Prism 8.1 and Unity in my WPF Project. I want to implement IDialogWindow but get exception error... Prism.Ioc.ContainerResolutionException: 'An unexpect
I want to retrieve the string value selected in a combo box and convert into an integer, however the SelectedItem method always returns the name of the object.