Feedback
Add Control.Refresh() to force a repaint
- Status
- Fixed
- Fixed in
- v26.6.1
- Source discussion
- https://forum.objo.dev/d/253-window-and-control-class-missing-properties-and-method
- Last updated
- 2026-06-03
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add Control.Refresh() to the base desktop Control API so any control can be asked to repaint without changing its Left, Top, Width, or Height.
This gives developers a simple way to invalidate a control's visual state when the underlying data or state has changed but no layout or property change has otherwise triggered a redraw.