MetroFramework Modern UI Documentation

repository·master·Indexed 21 days ago

https://github.com/dennismagno/metroframework-modern-ui

A UI library for .NET Windows Forms that implements the Windows 8 'Metro UI' design language. It provides a suite of modern controls—including MetroTile, ProgressSpinner, and TabControl—and components like StyleExtender and StyleManager for applications targeting .NET Framework 2.0 and above on Windows XP through Windows 10.

Tokens
285
Snippets
1
Records
3
Agent score
25%

What's inside MetroFramework

  1. Overview of MetroFramework Controls and Components

    master

    MetroFramework provides a suite of modern UI controls and components to replace or enhance standard WinForms elements.

    Supported Controls:

    • Button, ComboBox, Checkbox, RadioButton, Toggle, Label, Link, Panel, ScrollBar
    • MetroTile, ProgressBar, ProgressSpinner, TabControl, TrackBar
    • DateTimePicker, Grid, ContextMenu, MessageBox
    • Custom User Control

    Supported Components:

    • StyleExtender: Used to apply theme properties to non-framework (standard) controls.
    • StyleManager: Automatically inherits a default style to all used controls within the application.
    • ToolTip: Modernized tooltip component.