开发者

Modern UI desktop design using .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question 开发者_StackOverflow中文版

wondering how to create such app like Microsoft Expression Blend 4, with the modern design.

Modern UI desktop design using .NET [closed]

Very interested with the scroll and tab panel. The scroll is modern look, small and thin, unlike those wide scroll bars normally found in Windows Explorer.


Expression Blend 4 is a Windows Presentation Foundation (WPF) Application.

WPF allows you to customize nearly every aspect of the UI (including the scrollbars if you'd like).

Since you specifically call out the scroll panels, here's a tutorial that shows you specifically how to customize the look of the scroll bar by modifying the WPF template:

sachabarber.net >> Styling a ScrollViewer/Scrollbar in WPF

The nice thing about WPF is that once you understand how to modify things by changing their template, you can use the same method to change the look/feel of just about anything.


You could use DevExpress components for Windows Forms or WPF.

Modern UI desktop design using .NET [closed]


WPF is the way to go. Look at some of the themes here to get an idea.

There is even an Expression Dark theme.


Telerik has a sweet WinForms suite that has many sleek looking controls. That might be a good starting point.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜