Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-2 votes
1 answer
56 views

Button weird background on over?

I'm using this Button: <Button Name="buttonAttiva" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,560,0,0"> &...
markzzz's user avatar
  • 47.4k
0 votes
1 answer
34 views

ToggleButton weird border color on over?

I'm using this StackPanel, with 3 ToggleButton: <StackPanel x:Name="LanguageBoxAuth" Orientation="Horizontal" HorizontalAlignment="Center" ...
markzzz's user avatar
  • 47.4k
0 votes
1 answer
315 views

WPF MahApps Listview performances

I populate a ListView with a simple List<T> source. I also use grouping on the ListView (using default view GroupDescriptions) and sorting (using ListView items SortDescriptions). If I display ...
Alex's user avatar
  • 65
0 votes
0 answers
105 views

An error occurred while finding the resource dictionary (MahApps 2.4.7) (WPF)

Im using the of MahApps for .net 4 Client Profile. then I change the Target framework from .net 4 client profile to .Net Framework 4.6 and reinstall the latest version of MahApps (MahApps 2.4.7). Then ...
Faustine John Murillo's user avatar
0 votes
1 answer
270 views

Can't maximize MahApps.Metro window in WPF

Сan't maximize window when using MahApps.Metro window, the size does not change. Example of my window: <controls:MetroWindow x:Class="Example.View.HelpView" xmlns="http://...
Мурадин Боташев's user avatar
0 votes
1 answer
196 views

MahApps adding controlzex:ToolTipAssist.AutoMove programatically

I'm adding buttons to a Grid programatically like the code below in a MahApps Metro program. This works fine and the buttons are visible and clickable. var tooltip = new ToolTip() { Content = &...
VDWWD's user avatar
  • 35.4k
1 vote
0 answers
233 views

WPF Designer Issue (mahapps metro)?

I just started using WPF, but I have one issue, is it normal that it looks like that in the designer: Designer But it looks like that if I run my app: Run Is there a way to fix that, or is it normal ...
ιcσяεx's user avatar
0 votes
2 answers
897 views

How to increase the font size of the mahapps.metro Textbox's watermark text

How increase the font size of text of the Watermark ('8 hours') in the WPF code below: <TextBox x:Name="txt8HoursArm1" Margin="5" ...
Dinesh Kudale's user avatar
0 votes
1 answer
158 views

Using Caliburn.Micro with Mahapps MetroTabItem not loading View to ContentControl

I just started learning to use WPF as well as Caliburn.Micro(v3.2.0) and Mahapps(v2.0.0 a0105) and I am having an issue with trying to get a Mahapps MetroTabItem to display a View into a ...
MostHated's user avatar
  • 150
0 votes
1 answer
1k views

How to bind colors to MahApps Metro resource?

I'm using the MahApps Metro theme and everything mostly works fine except for fills. I would like to bind my fill color to the color in the theme and have it change according when changing between ...
Tong's user avatar
  • 756
0 votes
1 answer
339 views

How to add a button to the right of the icon in the left

I am developing an mahapps.metro application. My current Task is to add an NavigateBack-Button in the titlebar right next to the Icon. I was reading this thread: https://www.devexpress.com/Support/...
Kevin Bindig's user avatar
1 vote
1 answer
327 views

How to change the location of buttons?

How to change the location of buttons for a window? Set them to the upper right corner, not centered. I want to arrange buttons for interacting with the window next to the rest to put other content ...
UporotayaPanda's user avatar
0 votes
1 answer
129 views

Update MahApps.Metro from Version 0.13.1 to a higher one

I wanted to finally update my MahApps.Metro with the NuGet Manager for my Project. In one WPF Window I use the FlipView Control and when I update Metro I always end up with an NullPointer Exception in ...
Kajetan Jauk's user avatar
2 votes
1 answer
860 views

MahApps MetroProgressBar does not work inside ControlTemplate

I would like to use MetroProgressBar in my UserControl. <UserControl x:Class="WpfApplication7.UserControl1"> <StackPanel Background="#ccc"> <controls:MetroProgressBar ...
Serg046's user avatar
  • 1,122
1 vote
0 answers
295 views

ShowMessageAsync above user control

I have several userControls on top of each other like this: They're spawned like this: await System.Windows.Application.Current.Dispatcher.BeginInvoke(new Action(async () => { ...
Vallo's user avatar
  • 1,957

15 30 50 per page