"TheEndless" wrote:
The only grid styles that allow for that are "two-row-flat-landscape-custom", "mixed-aspect-ratio", and "four-column-flat-landscape".
grid = CreateObject("roGridScreen")
grid.SetupLists(titles.Count())
grid.SetListNames(titles)
grid.SetDescriptionVisible(true)
grid.SetDisplayMode("zoom-to-fill")
grid.SetGridStyle("mixed-aspect-ratio")
grid.SetMessagePort(port)
grid.SetFocusedListItem(row, col)
grid.Show()
"RokuChris" wrote:
You need to call SetGridStyle() before SetupLists()