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

Is it possible to deactivate page-refresh on "F5" keypress using the WPF Modern UI framework from First Floor?

Working on an older application from my predecessor which is using the first floor modern ui framework. Pretty much by accident we discovered, that the framework tries to refresh the current page when the user presses F5 key reinitializing the…
Roland Deschain
  • 2,211
  • 19
  • 50
1
vote
1 answer

how to create chart control in code behind wpf

I have a chart control in xaml everythings work fine but now I want create this chart using code-behind: this is my xaml:
user10211766
1
vote
1 answer

How provide Grid instead of Links on ModernWindow of WPF

On ModernWindow I have something like this for tabs: How could I have something like this:
1
vote
2 answers

WPF - using modernUI - how can I set up a RoutedEvent generated from a user control?

I have a simple scenario - I have a "UserControl" down inside a WPF app. I want it to raise an event and catch that event at the main window, so I can call "show" to ensure the window is shown (e.g. not hidden in the tray). I understand from here…
Coopernick
  • 229
  • 2
  • 17
1
vote
2 answers

disable past date in datepicker wpf?

How can i disable past date in date picker?I am using ModernUI for my desktop application
BINAY THAPA MAGAR
  • 4,017
  • 4
  • 16
  • 24
1
vote
1 answer

how to set up the initial page of wpf modernui application

how to set up a custom startup page in a wpf modern ui application the startup page seems automatically linked to /pages/home.xamal how to change to /pages/mypage.xaml the documentation is too poor [EDITED]
pinale
  • 2,060
  • 6
  • 38
  • 72
1
vote
1 answer

The Heading2 style in ModernUI

We're working with the ModernUI framework for our WPF apps. I've come across a style called Heading2, but I cannot find it anywhere in our code, either the XAML or the C# code. Is Heading2 defined somewhere in ModernUI?
Rod
  • 4,107
  • 12
  • 57
  • 81
1
vote
3 answers

Navigating to page with parameter in modern UI WPF application

How do you navigate to a page using OnFragmentedNavigation in a WPF application? I want to take in a parameter from the user and navigate to a page created based off that parameter. Here's a simple example: Let's say you want to navigate to an…
Greg C.
  • 19
  • 5
1
vote
1 answer

Change the content of a User Control from the mui Link (WPF)

I encounter some issues with my project. I have a moderntab that I fill of link by a request into a database. The result of my request return a list of string that will be the displayname of the link of my moderntab. I create all the link in behind…
1
vote
1 answer

How to set form icon in modern window wpf

I'm working on Visual Studio 2013 WPF Application using Mordern UI Template. When I set form icon then debug, error appear: that is my source code :
J0rdAn
  • 131
  • 3
  • 14
1
vote
1 answer

Navigation between pages with model refresh

Question at the end Information : I use Modern UI but I think that this problem might not be related only to this framework, hence I posted it under 'wpf' and 'data-binding'. What am I trying to accomplish: I have datagrid with some simple data in…
MaLiN2223
  • 1,290
  • 3
  • 19
  • 40
1
vote
1 answer

Change theme on all forms using Modern UI

I'm super new to C# so please bear with me. While I'm playing around and trying different things to understand and learn C# better, I came across a problem I've been trying to figure out for a while with no success. I added ModernUI to my forms. I…
Besiktas
  • 331
  • 1
  • 6
  • 23
1
vote
0 answers

How to hide/remove all dialogue buttons from dialog window

I'm using ModernUI for WPF (MUI) available on codeplex. It's a nice framework and I have no issues using it as a container for my pages. I have added a Custom Dialog window but I do not want to use any of the default buttons. In the init method I…
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
1
vote
1 answer

How To Style Modern UI RadialGaugeChart

I'm using Modern UI Charts in my project (Modern UI Charts), and I'm trying to change the chart foreground and palette based on ValueMember. I have a converter: public class MetricsColorConverter : IValueConverter { public object Convert(object…
ViVi
  • 61
  • 2
  • 12
1
vote
1 answer

How do you control the width of a ModernUI dialog?

We've got a user control we're written that's meant to fit both on a window (works fine there) and now within a class I've defined which inherits from ModernUI ModernDialog. The user control I'm trying to place on the ModernDialog derived class is…
Rod
  • 4,107
  • 12
  • 57
  • 81