Objo.
Feedback Forum Docs Objo Studio
Feedback

Bug #1084

ListBox PaintCellBackground now paints the empty area below the last row, matching Xojo

Status
Fixed
Fixed in
v26.8.1
Source discussion
https://forum.objo.dev/d/747-listbox-paintcellbackground-problem
Last updated
2026-08-04

Upvotes

0 upvotes

Uses your Objo forum account.

Public summary

ListBox.PaintCellBackground fills only the rows that exist, instead of the whole ListBox content area. In Xojo, PaintCellBackground fires for every visible cell, including the empty cells below the last row, so filling 0, 0, g.Width, g.Height colours the entire ListBox background. In Objo the same code colours only the actual rows, leaving the empty area below them unpainted.

Expected behaviour: the whole ListBox background is now painted, matching Xojo.

Objo.

Build apps visually, deploy anywhere.

Feedback is a public read-only status mirror for Objo Studio.