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
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.