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
2 answers

How to create MahApps.Metro accent resource from specific color?

I've noticed this on the MahApps site (bottom of the page): "It is also possible to create an accent resource dictionary dynamically by using a specific color.", but I found more nowhere. Is there really a built-in method (or anything else) for…
nvi9
  • 1,733
  • 2
  • 15
  • 20
0
votes
2 answers

modern-ui ListPages - Populate Links using C# without MVVM

When I create a new listPage, the xaml code is the following:
Vivian Lobo
  • 583
  • 10
  • 29
0
votes
1 answer

Updating a TextBlock in WPF across pages

I am using a WPF application using the MUI (Modern User Interface) libraries by FirstFloor. I would like to have the option to have an update page where the user is allowed to type in a message or what have you and what they type in the RichTextBox…
William Hodges
  • 661
  • 10
  • 24
0
votes
1 answer

ModernWindow TitleLinks Command Binding

How can I bind a TitleLinks entry to an ICommand? Perhaps something like this:
Mark Richman
  • 28,948
  • 25
  • 99
  • 159
0
votes
1 answer

Get multiple WebViews in my Win8 app to share focus

I'm building a Windows 8 prototype for a large touch enabled 4K screen. My client has a library of existing HTML5 games (the game source is unavailable) they want multiple people to be able to play these browser games on the 4K display at once. I've…
0
votes
0 answers

MUI: navigate to page instance

In a Modern UI for Wpf (MUI) application, I would like to navigate to a specific instance of an existing page, e.g.: Page myPageInstance = new Page(); NavigateTo(myPageInstance); but all available methods,…
Starnuto di topo
  • 3,215
  • 5
  • 32
  • 66
0
votes
0 answers

Key bindings not working

I am doing an WPF application with Caliburn.Micro and ModernUI. In my view I am trying to catch key bindings with both Caliburn key gestures and classical MVVM way, but in neither of them catches key bindings. Here is my View.xaml:
Kerem Zaman
  • 529
  • 1
  • 5
  • 18
0
votes
1 answer

How to use ModernUI with just a Usercontrol WPF

I wanting to you the styles from ModernUI with just a UserControl meaning i have no app.xaml file and i am unsure how to reference firstfloor.ModernUI in just to a usercontrol to inherit the styling.
Dustin Cooper
  • 43
  • 1
  • 4
0
votes
0 answers

how to autoscroll a stackpanel on mouse over like ZUNE?

I have two questions. I want to create an application similar to zune. Zune has a menu which autoscrolls on mouseover. I want to create that menu for my application. but i don't know what zune uses and how to autoscroll that unknown panel…
Vanadium90
  • 111
  • 1
  • 6
0
votes
1 answer

Wpf ModernUI window elements arrangement

I am trying to use ModernUI window element, and stuck with first element top margin (where gradient placed). I use Modern UI Light style. Setting zero margin doesn't work. How can i redefine style/decrease top margin? My window view View xaml…
Fragment
  • 1,555
  • 1
  • 26
  • 33
0
votes
2 answers

Caliburn Micro and Modern UI content loader

I try to use Caliburn Micro in WPF application in combination with modern UI. I find some solutions which uses caliburn content loader however it doesn't work at all, here is the code: public class CaliburnContentLoader : DefaultContentLoader { …
PaulWebbster
  • 1,480
  • 2
  • 14
  • 27
0
votes
2 answers

I can't enable my listBox in Modern UI for WPF (vs2013 C#)

My main window is a modern tab with a group of links. Each link navigate to different page.
0
votes
1 answer

chart not updating when changing the value of displaymember

I have an Modernui Piechart binded to an ObservableCollection. If I change the name of an item it is not updating, but if I change the value of on item then it will be updated properly(add/remove works fine). Chart XAML :
Cristian
  • 275
  • 4
  • 17
0
votes
3 answers

Why is some of the text in my WPF 4.5 application still blurry?

I don't understand. I am going crazy - no matter what I do, the text in my WPF application is blurry. Well, some of it - one of the text elements is focused, and so are the close/minimize buttons. I have applied the…
Cody
  • 8,686
  • 18
  • 71
  • 126
0
votes
1 answer

WPF binding and definition of properties

I'm using a LinkCollection-property of a ViewModel for binding, the LinkCollection is filled in the constructor of the ViewModel: public SurveySelectionViewModel() { foreach (var year in Surveys().Select(x =>…
peter
  • 2,103
  • 7
  • 25
  • 51