Let say I got app that is going to read data from database. So in c# i got class like this: public class Employee { public string Name { get; set; } public
I have a big WPF application with the requirement of having a menu to switch the language/culture at runtime. It is used for text localization, but also for uni
So I got a WPF datagrid which is created like this: <DataGrid x:Name="columns" Grid.Row="1" HorizontalContentAlignment="Stretch" HorizontalAlignment="Stretch
In AvalonDock we use a LayoutDocumentExtended to add some AdditionalInformation (not only a string in our project) in the Title. In this testcode, we set the Do
I have some comboboxes and textboxes as search filter. Is it possible to keep some filters empty and get search result against selected / entered text? If someo
I have this textblock and image icon in HomePage.xaml, <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch
I have this event handler in WPF with async call. private void Button_Click(object sender, RoutedEventArgs e) { var folderStructure = restApiProvider.GetFol
I'm using System.Windows.Forms.NotifyIcon in WPF app, I need to show Hyperlink in System.Windows.Forms.NotifyIcon, I tried to set the Hyperlink in BalloonTipTex
I have 2 projets in a visual studio solution: Text Adventure Game Text Adventure Maker The project "Text adventure Maker" have a userControl. I want to use this
I made a style that shows the tag of the password box as a placeholder by binding it. However, I used the Attached Property in the style, but the tag does not s
I'm not sure if I'm missing something simple or not. I'm thinking maybe a binding needs to change possibly? Or maybe its not properly targeting the TextBox for
I have created a web application using angular and now I want to load it in a WPF application using WebView2 (not electron). That all works well. However, I als
I am new in WPF Application with pattern MVVM and I have a particular situation that I do not know how to solve it. I builted a system to switch environments (P
My problem effectively boils down to accurate mouse movement detection. I need to create my own implementation of an InkCanvas and have succeeded for the most p
I'm using WPF and still relatively new. I haven't yet made the jump to MVVM, still trying to wrap my head around it. I currently have a small app which extracts
I need to retrieve paths of files and folders currently copied into the clipboard, is this possible in C#? So let's say I do Ctrl + C a folder. That folder will
I am new to WPf and MVVM. I have Dynamic language change functionality in my wpf application. For this functionality I have 2 Resource dictionary for each langu
I am using Gmap nuget package to load the map in my project. i have loaded the map, after that i want to draw the circle around the selected Lat Long. i drawn t
I want to show just tree dataypes in my list view.(GeometryNode, ToolNode and StockNode). But my item source has 5 dataypes. How can I filter this datatypes? My
After I change column width or row height width guideline in design mode, control's (in that row or column) height, width, margin property automatically generat