Skip to main content
-2 votes
0 answers
75 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
2 votes
0 answers
127 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
  • 23
2 votes
1 answer
77 views

I have the below code: <ToggleButton x:Name="toggleBtn" Content="Open Popup" /> <Popup x:Name="pp" Placement="Bottom" StaysOpen="...
MinhSu - Justin's user avatar
0 votes
0 answers
18 views

I have a ComboBox with an ObjectDataProvider binding to an enum of colors. I have the enum descriptions displaying. I would like to have the ComboBoxItem background color match the designated color. I'...
Unanamous's user avatar
1 vote
0 answers
66 views

I created a WPF Class Library so that it would contain base styles that will be used in WPF application. In that class, I wanted to create like base styles for like buttons, expanders, etc. where say ...
NeoGenesis521's user avatar
2 votes
0 answers
58 views

Problem: I've created a custom WPF Button control with a ControlTemplate defined in a ResourceDictionary. This template uses DynamicResource for initial Background and Foreground properties (to ...
Cobret's user avatar
  • 64
0 votes
0 answers
86 views

I have FlowDocument containing simple Table with two columns with short content. And I want Table to not size to full page width but to minimal required width, according to content. And I want Table ...
Conroy Bagpipe's user avatar
1 vote
1 answer
54 views

I've managed to edit the copy of the Menu and MenuItem template to be used as styles for respective Control Elements with the triggers shown in the code snippets below The problem is i couldn't figure ...
AAng's user avatar
  • 123
0 votes
0 answers
141 views

Issue Summary: I'm working on a WinForms application using the Guna UI 2 library. I have a collapsible left side menu (Panel) that expands/collapses using animation (Timer). The problem: Controls ...
halooAl's user avatar
0 votes
0 answers
61 views

I'm new to C# WPF and Live Charts Core, and I'm trying to build up my knowledge in that field. I have an application that shows every second the output that comes from a random number generator as a ...
Anas Mousa's user avatar
0 votes
1 answer
64 views

In the code behind I cannot seem to access the Image (or any child) control of a Tooltip of an Image. Setup: I have a UserControl with an image that on hover displays a tooltip with a larger version ...
SimonJohnson's user avatar
-1 votes
1 answer
103 views

Hey all I am trying to figure out why my output is not looking like I am wanting. Currently my layout looks like this: <Window x:Class="howto_wpf_number_icons.Window1" xmlns="...
StealthRT's user avatar
  • 10.6k
0 votes
0 answers
87 views

I'm building a WPF application using WPF UI. In my MainWindow, I have a NavigationView that loads pages when menu items are clicked. One of these pages contains a WebView, and that page has a button ...
Naveen Kumar's user avatar
-1 votes
1 answer
68 views

I'm building a Custom Control. Added an event to the xaml. Compiler complained, I added an x:Class entry. Then it complained that my class needed a partial verb. And now it's complaining: "...
Nottoc's user avatar
  • 115
0 votes
0 answers
33 views

I have a WPF desktop app that has a grid control that floats on the screen. With the code below I resize my grid with a ResizeGrip located on the bottom right corner of the grid. I have attached the 3 ...
g00n3r's user avatar
  • 145

15 30 50 per page
1
2 3 4 5
383