- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using EPGGrid component and I am able to change channel width using channelInfoWidth but i am unable to change channel Height, is there any parameter to change channel Height.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've been able to change the channel height with itemSize property. It seems to be undocumented tho, so I'm not sure if that's going to be modified somehow in the future.
m.timeGrid.setFields({ contentStartTime: t, leftEdgeTargetTime: t, numRows: 5, showPastTimeScreen: true, channelInfoComponentName: "EPGChannelItem", itemSize: [1230, 50] })
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to change epg grid channel height
Currently, TimeGrid not provides any parameter to change channel height. They managed internally. maybe they provide in the future version. But, It's not possible to change only channel height. It will possible to change both(channel and program) height. Because With changed only channels height. It's inaccurate with program height.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've been able to change the channel height with itemSize property. It seems to be undocumented tho, so I'm not sure if that's going to be modified somehow in the future.
m.timeGrid.setFields({ contentStartTime: t, leftEdgeTargetTime: t, numRows: 5, showPastTimeScreen: true, channelInfoComponentName: "EPGChannelItem", itemSize: [1230, 50] })
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content