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
0
votes
3 answers

WPF Button Command not firing ICommand in ViewModel

I have a View with a button as follows:
Mark Richman
  • 28,948
  • 25
  • 99
  • 159
0
votes
1 answer

Create custum control styles for modern ui

how i can create custum control styles for modern ui firstfloor software ?? to costimaze link color and grouplink color ?? this is my personnel theme code
acharmat
  • 125
  • 1
  • 13
0
votes
0 answers

How to create Button click on the modern window theme page

How to create Button click on a modern window theme page. Here is the modern window them:
ankit
  • 41
  • 8
0
votes
1 answer

How to use registry string redirection to a managed DLL for MUI support?

I've seen how to use registry string redirection to enable MUI support, even on Stack Overflow. For example, you can add a redirected string value named DisplayName_Localized to the registry to localize your program's entry in the ARP…
tdlamey
  • 61
  • 6
0
votes
1 answer

WPF: mui link renaming

Trying to rename the display name of a link group to change depending on the user's login details. Anyone know if it's possible to rename the display name (profile) once it has been defined? XAML :
Dan
  • 31
  • 3
0
votes
0 answers

Neither the Click event nor the MouseDown event fires in the ModernButton. Why not?

I'm trying to combine the NotifyIcon-WPF and ModernUI for WPF into a new, simple WPF app. This is a proof-of-concept type of app. At this point I'm not using MVVM; everything at this point is code-behind. I'm trying to get a modern button to close a…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

Cleanest way to maintain Views' paths

I use Modern UI in my project. Unfortunately, its navigation mechanics are based on absolute (or relative to project directory) paths to views' xaml files. Example window xaml ...
matt-pielat
  • 1,659
  • 3
  • 20
  • 33
0
votes
1 answer

How do I add additional controls to the Content of ModernButton?

I'm trying to put a StackPanel into a ModernButton. Here's the XAML:
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

Don't understand why the user control we've written doesn't show up in a ModernWindow but does in a window

We're working on a WPF app, using the ModernUI for WPF. And we're also using MVVM Light. We've written some user controls which we intend to bring up in separate windows. Each of the windows are ModernUI's ModernWindow. Whenever we try to bring them…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
0 answers

Wpf Image Button doesnt set icon at runtime

Heres my code Here is my design view It seems fine However when I run the program I got this Where is my Plus icon? I set order "Bring into front" also Thanks
albatross
  • 455
  • 2
  • 8
  • 27
0
votes
0 answers

Use metro window with visual studio extension

I am developing a Visual Studio Extension. It shows a tool window. The element is s user control which is automatically generated. I want to use a window instead of user control. The reason behind this is, I want to use Metro style window. for which…
0
votes
1 answer

WebView App Shows Blank Page

I have created a simple modern UI app that shows the contents of the localhost site on a WebView when the app loads. The app works perfectly when I debug it. I have deployed it to another machine with Visual Studio Remote Tools and it works as…
Chi Cheung
  • 1
  • 1
  • 1
0
votes
0 answers

ModernUI library without navigation

Is it possible to use the ModernUI library without the page based navigation (i.e. more as a 1:1 replacement for a regular Window)? ModernWindow, as documented, ignores the content and expects a group of navigation lists, and I need to keep the…
pmf
  • 7,619
  • 4
  • 47
  • 77
0
votes
1 answer

Get parameter passed in navigation

I'm using modernUI with WPF in my desktop application. I use the code below to navigate to my usercontrol (acts like a page). NavigationCommands.GoToPage.Execute("/Pages/MyPage.xaml?Id=" + id, this); The navigation works well but the problem is…
J Dev
  • 1
0
votes
2 answers

Textbox value on stackpanel being changed on scroll windows rt

I am working on an windows8 application, in which I have a grid to show list of items. Each row has a textbox to take some input, when I enter any value on one of the textbox in a row and then scroll down then other rows (scrolling up from bottom)…
Rohit
  • 1,520
  • 2
  • 17
  • 36