Most voted "metroframework" questions
Metroframework is an upgrade package of the Windows Forms application suite to look like Metro UI, a Microsoft-defined interface for various device types starting with Windows 8.
Learn more…7 questions
Sort by count of
-
6
votes1
answer98
viewsWinform - Tabcontrol bug with Metroframework
So I’m having a little problem when I use Tabcontrol customized by Modern UI Metroframework. It turns out that a bar appears on the upper left (scroll bar) and only disappears if I click on it. Ex:…
-
2
votes3
answers668
viewsUppercase Method for Metroframework
I need help in TextBox, where I work in c# using Metroframework. I need to turn all the typed text into TextBox in capital letters. How can I do?…
-
1
votes0
answers52
viewsSort Metrogridview content by clicking on the Heder title of a particular column
Hey, guys, I got a problem, I’ve been fighting for a while. I am using in my application Metroframework and Linq,and noticed that Metroframework does not have certain properties or that they do not…
-
1
votes2
answers78
viewsC# error in dymamico click event
By clicking on the dynamico button of the event click Tiles , it opens several sites loaded from the file Settings.ini ... in case it should open one by one relative to the name and link but open…
-
0
votes1
answer146
viewshow to count records of an ini file in C#?
Como contar Registros de um Aqruivo.ini e usa-las em loop for (int i = 0; i < 15; i++) { Exemplo: no [bot] tenho 5 elementos cadastrados ! ao invez de ser 15 adicionado manualmente ao for eu…
-
0
votes0
answers82
viewsMetroframework - scrollbar only style after click event
Good guys, there is a bug in the layout that when I load the Grid, the scrollbar (horizonal and/ or vertical) is not stylized until after some click event. For example: Scrollbar before the event:…
-
0
votes1
answer94
viewsFill GRID with JSON - Deserialized (Metrogrid - Metroframework)
I’m probably doing something wrong, and I must have made a mistake doing the loop, but come on. I have a class called 'Class.Cs' that has the following code: [JsonProperty("A")] public string A{…