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

add a button as a Left/Right window command

i'm working in WPF project i'm using ModernUI in there sample they made the HELP and Settings i need to know how. i want to set the logout button
klaus
  • 159
  • 10
1
vote
1 answer

How to write Winforms applications in "Modern UI" style?

I'm about to start the development of a desktop .NET/C# application which has been designed with a focus on "modern UI" style. For example, it's very similar to the GitHub for Windows client. I have a strong experience in the creation of .NET…
TheUnexpected
  • 3,077
  • 6
  • 32
  • 62
1
vote
1 answer

WPF Metro UI - LinkGroup horizontal scrolling issue

I have WPF app with Metro UI. Main window opens on full screen. Top of it I have MenuLinkGroup which looks something like this :
Marcin
  • 427
  • 7
  • 21
1
vote
0 answers

Wpf Modern Ui Not Responding message in window header issue?

In above image i am using Wpf ModernUi template, while form is not responding the UI changes like normal wpf window. If any one knows how to fix this kindly share.
Joee
  • 1,834
  • 18
  • 19
1
vote
1 answer

WPF: Understanding ModernUI LinkNavigator

I am a newb. First time with C# and WPF w/ ModernUI Framework. I'm trying to understand how I would properly initialize another ModernWindow as well as destroy the object when the back arrow is clicked. The window loads fine but going back doesn't…
user0000001
  • 2,092
  • 2
  • 20
  • 48
1
vote
0 answers

Don't understand why the Background property is ignored using a ModernButton

I've created a new WPF app using the ModernUI WPF Application template, because I wanted to see how I could style the contents and apparence of the ModernButton. The very first thing I did was try to use the color we've settled on (kind of an off…
Rod
  • 4,107
  • 12
  • 57
  • 81
1
vote
1 answer

WPF Modern Tab Links

I am trying to work with Modern UI, namely Modern Tab control. I have created a LinkList of Pages(UserControls) and is popuating my tabcontrol with these, since I will be fetching data from a database, and thus it is not possible for me to know how…
1
vote
1 answer

Navigating To a Page Using ModernTab (Modern-UI)

I'm starting a WPF project which will use Modern-UI as the theme. I'm trying to create a ModernTab which will link to another page, but I'm getting the following error: Page can have only Window or Frame as parent My Page is stored in a folder named…
Jiminy Cricket
  • 1,377
  • 2
  • 15
  • 24
1
vote
0 answers

ModernUI Object reference not set

Hi All ; I see something named ModernUI and wanted to try it . I downloaded packages from NUGET --> Modern UI and I added resourceDictionary to App.xaml
albatross
  • 455
  • 2
  • 8
  • 27
1
vote
2 answers

How to use system mui resources in winapi C/C++?

I need to use strings in my winapi C/C++ application from system resources which are located in windows/system32/ and have extension *.mui. F.e. winload.exe.mui. "Resource hacker" program give me this: 1 MESSAGETABLE { 0x40000001, "Обновление…
1
vote
2 answers

Bind mui ModernTab wpf mvvm

im rookie with wpf + mvvm, have a simple mui:ModernTab control with items harcoded.
1
vote
2 answers

How to set the active menu item in code using modern UI?

I currently have a MainWindow containing a Modern UI MenuLinkGroup as in the following example:
MattR
  • 13
  • 4
1
vote
1 answer

Windows 10 UI in WinAPI

I'm trying to attempt to build a UI similar to the ones coming out of Microsoft these days. Particularly those targeting the Windows 10 operating system (a la Office 2016). Currently I use WinAPI, but all of the controls provided by Windows.h and…
deaddodo
  • 21
  • 1
  • 2
1
vote
1 answer

Remove back button in ModernUI plugin for wpf

I am trying to develop a modern wpf application using the MUI package. However I do not wish for the back button to be present and I tried to follow the steps mentioned in this link but it is not working. I am getting errors as controls not defined…
akanshas
  • 13
  • 7
1
vote
2 answers

MUI: navigate to page and set datasource

I'm using WPF ModernUI and I would like to navigate to a page and set the page DataContext as well. To navigate I'm using the following: NavigationCommands.GoToPage.Execute("view/pages/TaskEditPage.xaml", this); Is there any other way to navigate…
rbasniak
  • 4,484
  • 11
  • 51
  • 100