"Arezth" wrote:
Hi Forum,
I have been working in designing a Channel Guide for ongoing and future content on our channel. I am currently using a markupgrid to show the information on the TV. Nonetheless, the problem with the markupgrid is that it has no sideways wrap, meaning that if the amount of items exceed the size of the screen it does not move everything right and left (as oppose to the upward wrap that moves all up or down uppon "up" or "down"). Is there any suggestion on how I can set this type of wrap, or emulate an animation, translation, or do you guys have a suggestion for this?
Originally I was thinking of using a set of MarkupLists as elements inside of a RowList, so I could get this behaviour.
Thank you for your time guys,
"btpoole" wrote:"Arezth" wrote:
Hi Forum,
....
Thank you for your time guys,
In order to create a horizontal scroll, you have to adjust the column size. To move to the right you must shrink the columns on the left which will pull the data from off screen to on screen. To move back in the grid, those columns must be expanded back. Took forever to figure this out. It's the only way I found that would allow horizontal scrolling on a grid. Good luck.
"Arezth" wrote:"btpoole" wrote:"Arezth" wrote:
Hi Forum,
....
Thank you for your time guys,
In order to create a horizontal scroll, you have to adjust the column size. To move to the right you must shrink the columns on the left which will pull the data from off screen to on screen. To move back in the grid, those columns must be expanded back. Took forever to figure this out. It's the only way I found that would allow horizontal scrolling on a grid. Good luck.
Thank you for your reply btpoole. I am applying the same so far, the only problem I see is that if I keep the right or left button it keeps on moving until I remove the click. Until then it updates and remove the columns that should't be shown. And it seems that the key event can not be caught while it is inside the grid. Do you have any suggestion for this?