Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3768

Weblistboxstylerenderer cellonly=false does not work

$
0
0

On Windows 11 Xojo 2014r1.1
I have a weblistboxstylerenderer that works fine if I apply the style to only a single cell. But if I set cellonly = false it does not apply the style to any of the cells. It should apply the style to the entire row. Has anyone else seen this issue?

Var cell As New WebListBoxStyleRenderer(style, CCELL(8))
cell.CellOnly = False
dispatchlist.CellTextAt(DispatchList.LastAddedRowIndex, 8) = cell

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3768

Trending Articles