Skip to main content

Questions tagged [mahapps.metro]

MahApps.Metro is a toolkit for creating Metro-styled WPF applications. It also includes some custom controls based on concepts from Windows Phone, Windows 8 and Window 10 (UWP) Apps. Furthermore it's an open source and therefore free to use

mahapps.metro
0 votes
0 answers
21 views

Update ControlzEx from version 3.x to 4.3 and MahApps.Metro from version 1.65 to version 2.0

Hy, I am not a very experienced developer (recent graduate). My task is to update all dependencies of an application . One dependency is ControlzEx. I updated ControlzEx from version 3.x to 4.3. With ...
pinter_milan's user avatar
-1 votes
1 answer
42 views

What's the correct way to inherit from an already custom style in MahApps.Metro?

Here's my (general) custom Button styling for the whole App I'm building: <Style TargetType="{x:Type Button}" BasedOn="{StaticResource MahApps.Styles.Button}"> <...
markzzz's user avatar
  • 47.3k
1 vote
1 answer
61 views

RepeatButton on MahApps Metro: how do I change the background when mousehover?

Here's my Slider: <Slider x:Name="videoPlayerSlider" Minimum="0" Maximum="100" HorizontalAlignment="Stretch" ...
markzzz's user avatar
  • 47.3k
0 votes
1 answer
29 views

Custom DatePicker: how can I change icon image and open the popup clicking on TextBox on codebehind?

Here's my Custom DatePicker: <customcontrols:CustomDatePicker x:Name="DataCreazione" SelectedDate="{Binding DataCreazione, StringFormat={}{0:dd/MM/...
markzzz's user avatar
  • 47.3k
0 votes
1 answer
57 views

How can I change the watermark "color?

Hers's my basic setting for a TextBox: <TextBox x:Name="NomeRapporto" Text="{Binding NomeRapporto}" controls:TextBoxHelper.Watermark="Nome Rapporto" ...
markzzz's user avatar
  • 47.3k
0 votes
0 answers
24 views

How to disable the text suggestion for a MahApps-Metro textbox

While typing text into a MahApps Textbox, auto suggested text pops up by default. How can this feature be disabled? Here an example: <TextBox Text="{Binding Title}" ...
luni64's user avatar
  • 333
-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.3k
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.3k
-1 votes
1 answer
20 views

WPF Binding get some wrong in MahApps.Metro but it can run

**In my xaml: * * <! -- Items --> <Controls: HamburgerMenu. ItemsSource> <Controls: HamburgerMenuItemCollection> <Controls: HamburgerMenuItem Command="{Binding ...
Richard Arlen's user avatar
-1 votes
2 answers
127 views

DateTimePicker: how can I remove the "time" section?

I've a generic DateTimePicker control in MahApps: <controls:DateTimePicker x:Name="CreationDate" SelectedDateTime="{Binding CreationDate}" ...
markzzz's user avatar
  • 47.3k
0 votes
0 answers
11 views

How to overide metrocombox style triggers?

I am using MetroCombobox. When the control is disabled, the text inside the combo is having a different light foregroundcolor.This makes it not readable.I was asked to increase brightness of the ...
Amitha Raghavendra's user avatar
0 votes
1 answer
49 views

WPF Application exits without saving data despite no exceptions thrown

I have a WPF application using MahApps.Metro with a title bar closure button to close the application. My goal is to store records in an Azure Storage Account when the application closes. I've ...
Rabins Rai's user avatar
0 votes
0 answers
80 views

Powershell, Mahapps : error Uunknown type '{clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro}MetroWindow'

I've spent many hours, googling and trying, but I'm still spinning around with this error : Unable to create unknown type '{clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro}MetroWindow' I'...
OscarDelta59's user avatar
0 votes
0 answers
15 views

PowerShell MetroWindow Image [duplicate]

Hi i atually create a gui apps WPF with mahapps metro and when i try to put a general background for my gui apps that not working and i need to put the entire path : Not WORK ( i use Pack URI for ...
Ynot's user avatar
  • 1
0 votes
0 answers
67 views

I am using MahApps hamburger menu along with right window command buttons. How can I change content control of hamburger menu from command buttons?

I am building a C# WPF application with MahApps hamburger menu and right window commands (RWC) to navigate between different views. I am able to get the hamburger menu items to switch views associated ...
Dinesh Ayyala's user avatar

15 30 50 per page
1
2 3 4 5
58