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
1 answer

ModernUI Footer like control on all pages

I have been working with ModernUI, does the library have a a footer control thats ever present for all pages. I tried this WPF ModernUI same footer for all pages had no success( am new to wpf)
0
votes
1 answer

Rename Visual Studio 2017 RC in "Open with" menu after upgrading to RTM

I figured this one out, so answer incoming. After upgrading Visual Studio 2017 RC to RTM, it bugged me that the Open with menu in Windows still shows the old application name. My understanding is upgrading from RC to RTM is officially supported.…
Jason
  • 897
  • 6
  • 18
0
votes
1 answer

NSIS Installer does not show Russian text

I am trying to create an installer that support Russian language. I spent many times, but still did not fix the problem. I have Windows 10 English version with installed Russian language pack. Russian language is set to default. Here are my…
vvkatwss vvkatwss
  • 3,345
  • 1
  • 21
  • 24
0
votes
0 answers

WPF ModernUI and Extended Grid Conflict

I have a WPF Project with ModernUI (https://github.com/firstfloorsoftware/mui) and i have a Window with Extended DataGrid (http://wpfextendeddatagrid.codeplex.com/). The problem is that when I Implement AutoFilter The button to Filter doesn't…
Kunal
  • 327
  • 1
  • 4
  • 19
0
votes
1 answer

Need to be able to see the header in a tabitem of a tabcontrol

We're working on a new WPF app, using the ModernUI framework for styling. Apparently one of the styles it enforces is hiding the header of a TabItem in a TabControl. For most of what we're doing that's exactly what we want, but there are times where…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

Make WPF ModernUI tab multiline

I have a WPF user control which includes Modern UI tab. This is the xaml for the usercontrol (the modernui tab is at the end of the code):
Saleem
  • 709
  • 2
  • 13
  • 34
0
votes
2 answers

Password protected page

I would like to add a password protected page to my WPF modernUI application and could use some help with it. First of all I don't really have a clue how to handle this stuff correctly in my case. My application is used on several machines. The…
0
votes
2 answers

Override dictionary style with local style

I have a user control (a modernTab, provded by modernui) that has a style applied to it, as is specified in a resource dictionary (that again came with modernui). That's fine, styling for this app is provided through some default resources in the…
Coopernick
  • 229
  • 2
  • 17
0
votes
4 answers

Modern UI Metro Framework control buttons disappeared

Eeerrm, all of a sudden, my Modern UI Metro Framework control buttons disappeared...have not changed anything in code nor in properties since last run. Now I can't minimize, maximize, close the window. Any ideas how to get them back? On a side…
0
votes
1 answer

Modern UI WPF - Manual Page Navigation (from ViewModel or View\Control\code-behind)

I have an MVVM application that I'm trying to move over to Modern UI, but I can't seem to figure out the Navigation Service... Basically, my ViewModel is an ObservableCollection with an "AddItem" method, as an ICommand. When this method is…
turkinator
  • 905
  • 9
  • 25
0
votes
2 answers

Modern UI WPF (mui) clickable logo

I am trying to find a way of making Modern UI WPF (MUI) logo clickable so I can initiate a web navigation to a certain page. The idea is to change the MUI project the minimum necessary and not cause any dependency over my application. The logo is…
Igor Kondrasovas
  • 1,479
  • 4
  • 19
  • 36
0
votes
1 answer

How to hide column sorting box from DataGrid in Modern UI?

I'm using First Floor Software's Modern UI for WPF Templates. I disabled the option to sort the columns, both for the entire DataGrid and for each column using these: CanUserSortColumns="False" <-- in the .xaml CanUserSort = False <-- in…
Azcion
  • 13
  • 3
0
votes
2 answers

ModernUI : Apply current theme to UserControl BackGround

How can I apply the ModernUI background color (Dark/Light) to a UserControl? I successfully retrieved and applied the accent color, but I can't figure out how to apply the Dark/Light background color. By default, my UserControl's background is…
Zwan
  • 632
  • 2
  • 6
  • 23
0
votes
1 answer

Modern UI CommandBinding

I have a little problem with my modern UI application. I can'T figure out how can I run a simple Button Commmand Binding in Links Group, because i don't want show a new page . I only want run my Logout code in code behind with Command…
Birek
  • 85
  • 6
0
votes
1 answer

How to make a custom control follow the current "theme/style" on WPF?

I'm trying to use: Modern UI for WPF and Extended WPF Toolkit, more specifically IntegerUpDown, and the problem is, the IntegerUpDown don't follow the selected ModernUI theme. It's clearer when we changed it to dark theme, the IntegerUpDown stays…
Click Ok
  • 8,700
  • 18
  • 70
  • 106