Questions tagged [modern-ui]

ModernUI for WPF is a set of controls and styles converting WPF applications into "Modern UI" Windows applications.

ModernUI for WPF is a set of controls and styles converting WPF application into a "Modern UI" Windows applications. This open source project is a spin-off of XAML Spy, the visual runtime inspector for Silverlight, Windows Phone, Windows Store and WPF.

268 questions
1
vote
1 answer

WPF Modern Charts / Modern Ui

I am new to WPF and am writing a basic app using the excellent Modern UI and Modern Charts projects. As things stand, though, the difference in color between the charts and the rest of the application is substantial - this doesn't look visually…
Jiminy Cricket
  • 1,377
  • 2
  • 15
  • 24
1
vote
1 answer

How to open a new window click on a menu link in Modern UI wpf?

In my project I want to open a new window whenever the user click on a menu link. There is no click event in ModernUI menu link. The menu link have only one option Source. Is there any way to open a new window clicking on a menu link. Menu link code…
Sowvik Roy
  • 885
  • 2
  • 11
  • 25
1
vote
0 answers

Binding my DataGrid and Modern UI Chart to the same ObservableCollection

I decided to use Modern UI (Metro) Charts for WPF in my application. I have asked for help with this on the developers website but there is no activity there. The package: http://modernuicharts.codeplex.com I am trying to bind a DataGrid and a…
user3692104
  • 189
  • 2
  • 13
1
vote
1 answer

How to designate a child view within a TabControl for WPF

I'm fairly new to wpf and I'm designing a UI with Modern UI. I've got a basic ModernUI Modern Tab with four different Linked DisplayName's showing the source of the child views as shown below:
yams
  • 942
  • 6
  • 27
  • 60
1
vote
0 answers

Mirrored print DataGrid

My Platform is ModernUI I want to print my DataGrid But result is mirrored! like when you see a word at the mirror. XAML
1
vote
1 answer

Modern UI wpf, how to add ContentSource page with constructor injection as view model

Im pretty new to modern ui framework. I'm adding new page(usercontroller) as ContentSource page. Im using IOC framework (IviewModels and ViewModels). I'm getting error saying no maching constructor found. because usercontroll default constructor…
Jayendra
  • 13
  • 4
1
vote
1 answer

WPF Determine the link I clicked

I got a markup here:
Kokombads
  • 450
  • 2
  • 9
  • 23
1
vote
1 answer

WPF MUI How to unload a user control and load another one

I got a plain MUI Main window:
Kokombads
  • 450
  • 2
  • 9
  • 23
1
vote
5 answers

How could I access wpf window resoures

I have this xaml
user3222589
  • 184
  • 1
  • 13
1
vote
1 answer

how can i switch from normal WPF UI to Modern UI in my Silverlight business application?

I want to create a Silverlight business application, instead of using normal WPF i want to use a Modern UI. I want my project to use mui ModernWindow page navigation. how do i switch from normal WPF User interface to Modern User Interface look and…
1
vote
1 answer

WPF ModernUI same footer for all pages

I'm trying to implement something-like-footer (same content/page for whole app) in my ModernUI WPF app. In mainwindow.xaml I have basic Menu (expanded examples)
Ivan Kalafatić
  • 1,678
  • 1
  • 12
  • 10
1
vote
1 answer

Check system language changes on an application

I want to test a Qt application for various languages. So I change the system language b modifying the MUI Language registry tag (HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/MUI/UILanguages) to fr-Fr or de-DE for french and german…
user3020320
  • 61
  • 1
  • 8
1
vote
1 answer

How can I use modernuiicons in WPF

i want to use the modern ui icons (modernuiicons.com) in WPF. Somehow I really get confused with all the WPF stuff. What I've tried to do is: Merge all XAML files into one file Wrap it into a ResourceDictionary
trialgod
  • 302
  • 1
  • 15
1
vote
1 answer

Powershell/Commandline in Modern UI

Is there (or is possible) a standard Powershell or commandline in Modern UI in Win 8.x? It would be pretty nice to have this app "docked" on a part of screen only (for SSH, etc...) and other desktop apps still could be in fullscreen.
Jan Drozen
  • 894
  • 2
  • 12
  • 28
1
vote
3 answers

Sharing the ViewModel amongst multiple Views

I certainly hope that this question is easy to answer but it's been days and I haven't figured out how to share data between UserControls. The page below has two tabs and their sources are referenced. It also has a button labeled Start that…
user3175654
  • 11
  • 1
  • 2