Chetan Sanghani
Chetan Sanghani

Reputation: 2111

Create UI like Window 8 in vb.net using devexpress controls

I want to create UI for home page like a Window 8 for desktop application in vb.net using devexpress controls. How can I design the UI?

And I want to use TileLayoutControl for it. But I don't know how to use the tile controls of devexpress. How can I create my home page like Window8 Home page? I want to put various menus on home page as a Tile and when I click on 1 menu the form should be open.

Upvotes: 0

Views: 5097

Answers (1)

DmitryG
DmitryG

Reputation: 17848

I believe the desktop application is equals to WinForms/WPF application in the context of this question.
So, with DevExpress WinForms you can start from here: DocumentManager Windows UI View Overview.
Please also check the Windows UI View Examples.

With DevExpress WPF Controls you can start from here: Windows UI controls for WPF Overview.
Please also check the Windows UI controls for WPF Examples.

If you mean the Windows Store(WinRT) application please use the DevExpress Windows 8 XAML Controls. Check the Windows 8 XAML Controls Getting Started.

Updated

WinForms TileControl
WPF TileControl

Upvotes: 1

Related Questions