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

WPF Net Framework 3.5 Window Metro Style

I want to make Window with Metro style. I found the 3 following libraries: http://elysium.asvishnyakov.com/en/ https://github.com/MahApps/MahApps.Metro http://mui.codeplex.com/ All are for Net Framework 4+. Is there anything for 3.5? I also tried…
Ron
  • 3,975
  • 17
  • 80
  • 130
1
vote
2 answers

C# Windows 8/Modern UI - Animating Margin Property

I'm trying to create a Win8 App, and one of the problems I'm facing right now is animating the Margin property. At first, I tried the DoubleAnimation on the Margin.Left property, but after screwing with some exceptions, and Googling a bit, I figured…
Old Account
  • 75
  • 3
  • 10
1
vote
3 answers

Minimize Windows 8 Store App while tracking location with GPS

I'm working on a metro app and am having trouble finding how not to show the application. We recently deployed tablets to our field reps, and need to add gps tracking. GPS is much easier to deal with in the metro libs (it's like 4 lines of code vs.…
Aaron
  • 1,313
  • 16
  • 26
1
vote
1 answer

Android Metro-Style Design Pattern

I'm designing a Metro-Style Android application. Tiles, Groups & Scrolls are done! For who're not familiar with Metro-Style (aka Modern UI), please take a look at the following picture. Question : What's the best (performance wise) design pattern…
Ahmed Ghoneim
  • 6,834
  • 9
  • 49
  • 79
1
vote
1 answer

In WPF how do I apply a style to a third party component

I am using Modern Ui which has styled all my components to have a common look and feel. The standard Richtextbox doesn't support everything I want to do so I am using a 3rd party Richtextbox. The problem is that this 3rd party control doesn't get…
John
  • 1,403
  • 3
  • 19
  • 31
1
vote
1 answer

Hide breadcrumb items when longer than container

I've created a breadcrumb in my XAML using a ListBox control. It works nicely. However, when I try to show add too many items, naturally it only shows some of them. I want to somehow hide the left-hand items until the right element is visible.…
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
1
vote
3 answers

set color for Modern UI application

I want to set custom color for my Modern UI application. This color will be used for selection borders in GridView\ListView and other places. P.S. I know, that I can change style for GridViewItem, but I want to see this color in all places, where it…
CatCap
  • 240
  • 5
  • 19
1
vote
1 answer

How to work with with PathGeometry Class

I'm using ModernUI and there is a thing called "Modern Buttons" that are basically buttons but with different skin. The particular characteristic is the way the image in the button is drawn: it uses PathGeometry. This geometry can be found at this…
Sturm
  • 3,968
  • 10
  • 48
  • 78
1
vote
2 answers

Windows Store App shows black screen

I have a problem with my Windows Store App Car Buddy. Microsoft Support contacted me about a problem with my app, that it shows only a black screen instead of actual content. I am unable to reproduce the error, although I tried on several computers…
anusiak
  • 383
  • 2
  • 13
1
vote
1 answer

OnSelectionChanged event for chart controls in Modern UI Charts for Windows 8

I am using Modern UI Charts for Windows 8 and I need to do a drill down when the user selects a series item in the chart (for eg: I have a Column Chart which shows a student Year wise performance and when user selects a particular Column I should…
Raghavendra
  • 45
  • 1
  • 14
1
vote
1 answer

What control could I use to show text in multiple columns?

I'm wondering what is the multicolumn text control used in "News App", in Windows 8: I have seen this microsoft example where they use fixed RichTextBlock and RichTextBlockOverflow inside a grid. There must be a better way to do this (I hope). Do…
Daniel San
  • 1,937
  • 3
  • 19
  • 36
0
votes
1 answer

How to resize buttons and frame in CustomTkinter?

I need to resize buttons and button frame, but when I use the arguments (width and height) I don't see any effects. By the following the code: ` # Creazione della finestra principale root =…
0
votes
1 answer

Module not found in mui-icons

I'd resolve npm install error by forcing but now getting other error so posting this question. Issue resolve relate to npm install @mui/icons-material :- Error but now getting below error after running npm start Failed to…
0
votes
2 answers

How to make a parent div not rendered and visualized but remain the child components visualized on media query?

I'd like to achieve displaying none in the dom tree the parent div, but to keep the child div stil visualized by css only.
// keep this div
// with media query make this div dissapear …
user21728832
0
votes
0 answers

MUI - Textfield - Strategy to add another "size"

Is there a way in MUI, for example with the TextField component, to add another "size"? So like instead of just "small" and "medium", add "large".
Felipe Peña
  • 2,712
  • 4
  • 22
  • 41