开发者

How do I make a EPG in Silverlight?

开发者 https://www.devze.com 2023-02-17 19:32 出处:网络
I\'m about to build a EPG in silverlight. What controls would you recommend for that? As I see it there are three sections:

I'm about to build a EPG in silverlight.

What controls would you recommend for that?

As I see it there are three sections:

1. Channels -- section should only scroll up and down.

2. Time 开发者_C百科-- should only scroll sideways.

3. Programs -- should scroll in all directions

I would love some suggestions on how to build the xaml.


I don't think there are any pre-built controls in the SDK that are perfect for a "classic" EPG

I'd recommend you:

  • look at how the WP7 Calendar app looks and feels - they use gestures to enable you to scroll through times - e.g. in the month view.

  • consider whether you want to support both Portrait and Landscape view - if you do want to keep a left-hand column constantly visible then Landscape might be more usable.

  • build an early prototype using "standard" Pivot and ListBox controls - then look at building a custom-built control as a replacement.


I'm not sure exactly what you mean, but the Panorama and ListBox controls should get you started.

0

精彩评论

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