Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
24 views

I have an issue with setting the height of a Dockable Panel in Revit. I created a panel that should appear at the bottom of Revit with a fixed height (for example, 50 px). However, every time I start ...
M45's user avatar
  • 1
0 votes
0 answers
44 views

I'm learning how the back end and front end work together by reviewing WPF (Window Presentation Foundation) code. The project runs locally on my machine. I copied it from my team's shared folder. My ...
Giwoon Lee's user avatar
0 votes
1 answer
99 views

In mainwindow.xaml.cs, I added a toggle button event to switch from current mode view to the interactive Open Google Streetmap view. At the top I added: using Microsoft.Web.WebView2.Core; and then in ...
Daniel Lip's user avatar
  • 11.5k
-3 votes
2 answers
109 views

I need guidance on how to make a user control with one or more UI controls defined when the user control is used. Let's say the user control is named MyControl. Here is the use of this control: <...
Seated's user avatar
  • 33
-4 votes
1 answer
168 views

A few years ago I wrote a WPF program which displays Google Agenda items (with some transparency) directly on the screen of Windows desktop. This program works perfectly under Windows 10, by calling ...
RobertDarmond's user avatar
-1 votes
0 answers
71 views

Assuming the number of devices is set in the config.ini file as follows: [Device] Count = 10 When my WPF program starts, I want to automatically create buttons based on the Count value. For example, ...
2월32일's user avatar
-4 votes
0 answers
106 views

I'm creating an app for a clinic, they want to add the option of filling a prescription inside the app and printing it from there. I tried to just put some textboxes for the info, and put those over ...
abdelillah's user avatar
0 votes
0 answers
36 views

I implemented a tab system using Prism regions and Syncfusion TabControlExt. Briefly about the system: MainTabControlViewModel is the main ViewModel that stores a collection of tabs. The tab objects ...
kovalchuka569's user avatar
0 votes
1 answer
99 views

I created a simple program to replicate the issue. I've created a custom control holding one generic string dependency property: using System.Windows; using System.Windows.Controls; namespace Test { ...
Mark Johnson's user avatar
0 votes
1 answer
133 views

I have the code to display rounded corners to the DataGrid. My problem is that it is not displaying rounded corners at the bottom of the DataGrid. How to make it rounded? This is the code I am trying....
rpraveenkrishna's user avatar
0 votes
0 answers
62 views

I want to achieve something like this with fxc shader in a WPF application. So far, with the below hlsl (High-Level Shading Language) code, I managed to produced this picture: The problem is that I ...
Blazej's user avatar
  • 1
-1 votes
0 answers
90 views

Hi i just wanted to ask if its possible to put Elements on the native windows windows Like Ie11 [https://www.postimg.cc/8kWYZM8z] and [https://www.postimg.cc/c40nVyz3] and [https://www.postimg.cc/...
Janovski Cz's user avatar
0 votes
2 answers
122 views

I have a case where say I have one property that has a string which contains a separator (e.g. ':'). I have 3 text boxes and I would like to share each separated part value in each textbox and also ...
NeoGenesis521's user avatar
0 votes
2 answers
107 views

I am migrating an old VB6 application to WPF (.NET 8). In VB6, the ComboBox control has a Click event that fires only when the user actually selects an item from the drop down list. It does not fire ...
Chris's user avatar
  • 2,101
0 votes
1 answer
83 views

Set Focus to an item property in a TreeView The TreeView looks like: <TreeView Name="Tree" BorderThickness="0" ItemsSource="{Binding Items}"> <...
Stephen Lee Parker's user avatar
0 votes
1 answer
72 views

I'm using WPF with DevExpress, and I'm creating a custom template for the DockLayoutManager tab headers. My goal is to have animations that play when (and only when) the mouse enters or exits the ...
Brendan Mitchell's user avatar
1 vote
0 answers
120 views

I have following context menu defined as a part of the DataTemplate in xaml: <DataTemplate DataType="{x:Type viewModel:OverviewAnnotationItemViewModel}"> <views:...
Djomla's user avatar
  • 13
0 votes
3 answers
59 views

I've found lots of options for getting the selected item of a datagrid - easy. However, I have a property (DataGridViews) bound to an ItemsControl in xaml, which is an ObservableCollection. ...
EMCA's user avatar
  • 1
0 votes
1 answer
80 views

I have a datagrid. On of it's columns is a template column containing a further "sub" data grid. This allows me to display hierarchical data and looks pretty good. <DataGrid Name="...
FunkyDexter's user avatar
-1 votes
4 answers
202 views

I'm working on a WPF project targeting .NET 8. I have a breakpoint set on a line 127 in xaml file, but the debugger never hits it, even though I expect the corresponding UI logic to execute. The ...
s342's user avatar
  • 23
2 votes
0 answers
45 views

I’m building a Windows installer (WPF, .NET 8) that needs to validate a chosen account (either a domain user or a gMSA) can write to several directories before installation. The simplest way I’ve ...
Adam's user avatar
  • 133
1 vote
1 answer
106 views

I'm integrating the Dahua CCTV SDK (for live cameras) into a .NET MAUI application. I've successfully implemented this in WPF using HwndHost and in Avalonia using NativeControlHost, but I'm struggling ...
Guilherme Schneider's user avatar
0 votes
0 answers
84 views

I need to pass additional data in a WPF mouse event, so I'm trying to create my own event args inheriting MouseButtonEventArgs. What's the correct way to subclass it? I can't get it working how I want ...
Pascal's user avatar
  • 35
1 vote
0 answers
75 views

I currently have a ServiceProvider that registers certain types from the current assembly within one container. I am trying to implement a separate prism dialogservice that would register only ...
gwiz_kid's user avatar
  • 143
0 votes
1 answer
122 views

I have a custom-styled WPF application that is launched by a background process, which in turn is started by a Windows Service. The service runs in Session 0, while the background process and WPF app ...
vincent's user avatar
  • 89

1
2 3 4 5
3402