I'm about to make an EPG in Silverlight
What controls would you recommend for this?
As I see there are three sections: 1. Channels - Sections should scroll only up and down.
2. Time - should only scroll sideways.
3. Programs - should be scrolled in all directions
I like some tips on how to make xaml.
I do not think there is any pre-built control in the SDK that is "Classic" EPG
I recommend you:
-
See how the WP7 Calendar app looks and sounds - they use gestures to enable time to scroll through Do it - eg In the month view
-
Consider whether you want to support both portrait and landscape scenes - Landscape can be more useful if you want to continuously show the left-hand column.
-
Create an initial prototype using "standard" axis and listbock control - then consider creating custom-built controls as a replacement.
Comments
Post a Comment