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
44
votes
4 answers

How to create beautiful UI's with Python

I wonder if it's possible to create good looking desktop UI's with python? Could I use JS frameworks like Electron with python? Or are there any python libraries which provide modern looking and easy to use widgets? This is what I have in mind for…
Eren Arıcı
  • 749
  • 1
  • 6
  • 12
21
votes
2 answers

How do I set the "executable project as the startup project" in Visual Studio 2013 Express?

So I am trying to study a sample application called ModernUIDemo.exe found in a zip file here. The website mentions the source code of the app can be found here. After downloading, and pointing Visual Studio Express 2013 for Windows Desktop to the…
user3525618
  • 235
  • 1
  • 2
  • 6
17
votes
2 answers

Caliburn Micro and ModernUI Examples/Tutorials

does anyone have an example or tutorial on how to use Caliburn Micro together with ModernUi (https://mui.codeplex.com)?
Matthias
  • 340
  • 1
  • 2
  • 8
10
votes
5 answers

Material-UI: Expand Accordion by clicking the icon only

I have created an Accordion for my Project. But I want the panel to be expanded only when the expand icon is clicked. Currently it is expanding on clicking anywhere on the panel. Can we customize its expanding behavior ? CODE: import React from…
Aishwarya
  • 101
  • 1
  • 1
  • 3
8
votes
1 answer

How to load content properly inside a ModernWindow using mvvm

At our company, we're used to develop our applications using WinForms, Now we decided to switch to WPF-MVVM with Caliburn.Micro and Modern UI. The thing we're trying to reach is to have a small application that has: - 1 Modern Window - 2 Pages…
Ahmad Hammoud
  • 701
  • 1
  • 5
  • 15
7
votes
1 answer

WPF Create Sidebar Navigation

I am curious about how to create a sidebar navigation something like: I tried using an uniform grid but there ended up being too much spacing between "buttons" and I'm not sure if it's possible to modify the tab control to act like full width…
Mr.Smithyyy
  • 2,157
  • 12
  • 49
  • 95
6
votes
2 answers

How to change Modern UI menu text to uppercase

I am using Modern UI with WPF to create a project. Main menu items appears to be lowercase, which is the one thing on theme I want to change. Is there any way to change it from my project's MainWindow.xaml or MainWindow.xaml.cs or any other file?…
Luzan Baral
  • 3,678
  • 5
  • 37
  • 68
6
votes
2 answers

How to navigate links by button in WPF Modern UI in C#?

I am using ModernUI. I have one issue with Button and link. I am trying to navigate by Button Click event and my code in "Home.xaml" is as follow private void addGameButton_Click(object sender, RoutedEventArgs e) { BBCodeBlock bs = new…
VarunJi
  • 685
  • 2
  • 14
  • 31
6
votes
1 answer

Play audio in Windows 8 apps without Media element?

I want to play audio in a Windows 8 app without using the Media element. Media Element needs to be attached to the Visual Tree of each page. Since all pages in my app use background audio, I have to attach the MediaElement in the App frame. The…
vijayst
  • 20,359
  • 18
  • 69
  • 113
5
votes
2 answers

C# WPF Modern UI disable or hide LinkGroup

Hi Im writing a WPF application that has user login. I use Modern UI for this application. The application has following LinkGroups:
5
votes
1 answer

WPF How to create a lateral menu like this (Modern-UI)

I'm new on WPF and I want to create a lateral menu for my App. Searching for ideas i found this picture: My idea is to add buttons like in the picture one bellow the other. When user click a button it expand the button to show sub menu options.…
ericpap
  • 2,917
  • 5
  • 33
  • 52
5
votes
1 answer

What does the '#1' mean in '/Content/LoremIpsum.xaml#1' of Modern UI for WPF?

I am looking into ModernUI these days and I have a little problem modifying my code. The problem comes from a TabControl. The sample from MUI DOC is like:
4
votes
1 answer

Two commands to one button

I'd like to bind two actions to a ModernUI link: when clicked, it should a) trigger a RelayCommand and b) navigate. I have googled and read but could not find a solution. So far, I only made it to either bind or navigate, but not both.. E.g. in the…
peter
  • 2,103
  • 7
  • 25
  • 51
4
votes
1 answer

Why is Caliburn.Micro's (used with modern-ui) OnActivate not being called after ActivateItem?

I'm using Caliburn.Micro and Modern-UI in a WPF application. On a "page" inside the modern-ui framework (which is a UserControl), I am trying to use a Conductor to switch the current view. Here is what I've got so far: NOTE: Namespaces removed from…
vane
  • 2,125
  • 1
  • 21
  • 40
4
votes
1 answer

modern ui wpf navigation

I'm using modern ui wpf and trying to navigate from CheckLogin.xaml page to MainWindow.xaml page (they are in solution root directory). From inside CheckLogin.xaml I wrote this: BBCodeBlock bbBlock = new…
user3222589
  • 184
  • 1
  • 13
1
2 3
17 18