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
I've been searching for ways to get a menu in line with the title bar like the below image. It has the logo on the far left that acts as a menu item and the res
I'm trying to draw a graph with some arrays. I got 4 arrays (Time,Temprature,Speed,Water). I want to add Time array on AxisX. The others are going to be on Axis
I have a requirement to build forms directly from a specific dataset format. I've gone one step of being able to create the database from the dataset using F#.
I'm trying to do my own button style. I want to the MouseEnter and the MouseLeave event to use the color chosen for BorderBrush and Background respectively. My
With WebVeiw2 you can send a message to a web app running in it using WebView2Ctrl?.CoreWebView2?.PostWebMessageAsJson(message). Is there a way of doing this in
I have a Label just displaying a title. How can I justify the text? and how can I distribute the text? Can I use a label or do I have to use another control?
The WPF ribbon (System.Windows.Controls.Ribbon) includes a number of controls which you can add to your ribbon having "dropdown" style behavior where clicking t
I have a double called LoadAnimAngle which simply holds the angle of a spinning loading icon, which gets rotated over time. This variable is defined in my MainV
I have a MainWindow.xmal which has two TabItems: <TabItem Header="Config" ... /> <TabItem Header="Results" ... /> I have a separated Config.xaml
I have a xaml window that I want to bind the Escape key to different commands in my view model depending on the value of a boolean property. IsSearching == tru
I am making a wpf Application and encountered a Problem. I have used a listview and added a Button in it via Xaml. <ListView x:Name="list_View" Grid.Colu
I am just wondering if there is a wpf combobox control that can contain multiple columns? And if not, what XAML I need to use to achieve this? I am just look
I've been really interested in making a walkie talkie wpf application, however I'm not too sure where to start. I was wondering what kind of technology would be