Table of Contents
- Overview
- Technique #1: thin-out heavy Windows
- Technique #2: thin-out heavy UI logic
-
- Manipulating the UI in loops
- Triggering events repeatedly
- Performing single repetitive tasks
- Initializing heavy tabs
- Using ShareData or RowsCopy/RowsMove for data synchronization
- Using computed fields
- Using DataWindow expressions
- Using complex filters
- Using RowsFocusChanging/RowsFocusChanged events
- Technique #3: offload heavy non-visual logic