如何在不同的电影院(UWP)上显示电影的时间表?

时间:2017-09-20 12:15:45

标签: c# visual-studio xaml uwp

对于电影院的UWP Windows应用程序,我需要概述在不同影院中运行的电影。这样做的最佳方式似乎是日历/时间表类型的视图,例如Google日历中的每日和每周视图(垂直时间,水平房间)。

在Visual Studio中似乎没有一种简单的方法来完成布局。我怎么能制作这样的控件或UI元素?或者也许有更好的解决方案可以在某一天显示电影?

控件的外观示例: Nicked from Google calendar: This is what the control could look like: rooms on the horizontal axis, time on the vertical axis, movies are in the grid.

在可见之后,计划的节目也应该是可点击的,以便以后启用编辑。

0 个答案:

没有答案