c# - Modern UI desktop design using .NET -
wondering how create such app microsoft expression blend 4, modern design.
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
Post a Comment