使用 devexpress 控件在 vb.net 中创建类似 Window 8 的 UI
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17856927/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Create UI like Window 8 in vb.net using devexpress controls
提问by Chetan Sanghani
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?
我想在 vb.net 中使用 devexpress 控件为主页创建 UI,例如用于桌面应用程序的 Window 8。我该如何设计 UI?
And I want to use TileLayoutControlfor 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.
我想用TileLayoutControl它。但我不知道如何使用devexpress. 如何创建像 Window8 主页一样的主页?我想将主页上的各种菜单作为 Tile 放置,当我单击 1 个菜单时,该表单应该是打开的。
回答by DmitryG
I believe the desktop applicationis equals to WinForms/WPF applicationin 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.
我相信在这个问题的上下文中desktop application等于WinForms/WPF application。
因此,使用 DevExpress WinForms,您可以从这里开始:DocumentManager Windows UI 视图概览。
另请查看Windows UI 视图示例。
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.
使用 DevExpress WPF 控件,您可以从这里开始:WPF 概述的 Windows UI 控件。
另请检查WPF 示例的Windows UI 控件。
If you mean the Windows Store(WinRT) application please use the DevExpress Windows 8 XAML Controls. Check the Windows 8 XAML Controls Getting Started.
如果您指的是 Windows Store(WinRT) 应用程序,请使用DevExpress Windows 8 XAML 控件。查看Windows 8 XAML 控件入门。
Updated
更新

