I closely follow step-by-step lvChart Customizing Tooltips in trying to build a custom tooltip for LineChart points. But I get empty tooltip content. Other than
I tried to change color of marks on axis (small lines near numbers), but it didn't change them, instead they just disappear. Here is what I've tried: <DVC:Ch
I have a custom font. The font contains symbols at specific addresses. I want to display one of the symbols in a TextBlock. The font (ttf-file) is located in my
I wanted to add toast notifications to my wpf app. I've followed the Send a local toast notification from desktop C# apps from Microsoft, but I'm stuck on the s
I need to use IPC to receive messages from another process. Currently I am using WPF application to receive messages using WindowsMessages but I am wondering if
I have a ListView with an ObservableCollection. The class User has a List with Groups. I have another ListView which shows the Groups of the selected User. Now
I'm trying to put any selected item's name in my list box in the textbox next to it. But I've got trouble doing so. Here's a little bit of my code: <Doc
I'm using Microsoft Visual Studio Installer Projects for my Hybrid Widndows Forms/WPF project. I need to make sure the user has closed the Application (an older
I am working on a WPF .NET 5 application that needs to handle a longer task using a button command. Until the task is done, the button should be disabled. I am
I'm trying to use an embedded WebView2 control in my WPF application, and open an Ookii VistaSaveFileDialog in response to communication from the webview. Howev
I am trying to build a custom control, based on Image, which simply makes the image reload (from the same URI) on a timer. The original image is displaying fine
I'm currently building a wpf application and am looking for a "generic" looking set of icons like they are used in windows explorer, they can be something betwe
My CustomControls UI element Visibility is bound through a BoolToVisibilityConverter, see code below : <cc:CustomFFU LabelText="FFUZoneF_2-1" HorizontalAlig
This is the desktop application I am creating in WPF. I am using Hamburger menu library. Desktop application Wpf I am struggling with this for last one week.
I have a WPF C# application hosted on GitHub attached to Travis. I configured my .travis-ci.yml this way: language: csharp solution: FaceDetection/FaceDetectio
I would like to draw diagrams like this one: (taken from here.) What tools are available to create such figures?
I am using a virtualized Treeview using Ui virtualisation by setting properties in TreeStyle and using in the ItemsPanelTemplate. The treeview is get
I have ItemsControl and a DataGrid in a WPF UserControl. this is how it looks like when the "Add to card" button is pressed a ViewModel instance is added to Obs
I wonder if it was possible to prevent or at least detect if my application is being used from a network drive instead of a local folder/drive. I wish to infor
Iv'e created a timer using dispatcher time : time = new DispatcherTimer(); time.Interval = new TimeSpan(0, 0, 0, 0, 80); and I use it for the speed of an ob