c# - Modern UI desktop design using .NET -


wondering how create such app microsoft expression blend 4, modern design.

enter image description here

very interested scroll , tab panel. scroll modern look, small , thin, unlike wide scroll bars found in windows explorer.

expression blend 4 windows presentation foundation (wpf) application.

wpf allows customize every aspect of ui (including scrollbars if you'd like).

since call out scroll panels, here's tutorial shows how customize of scroll bar modifying wpf template:

sachabarber.net >> styling scrollviewer/scrollbar in wpf

the nice thing wpf once understand how modify things changing template, can use same method change look/feel of anything.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -