ListViewNoFlicker Class |
Namespace: Advanced_Combat_Tracker
public class ListViewNoFlicker : ListView
The ListViewNoFlicker type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListViewNoFlicker |
A ListView that suppresses a lot of normal painting operations(flickering) when BeginUpdate/EndUpdate() is used.
Call SetExStyles() after construction to enable anti-flicker.
|
Name | Description | |
---|---|---|
![]() | CustomGridLines |
Name | Description | |
---|---|---|
![]() | BeginUpdate |
Call instead of ListView.BeginUpdate()
|
![]() | EndUpdate |
Call instead of ListView.EndUpdate()
|
![]() | FlushUpdate |
If an exception causes code execution to be orphaned, use this to end all previous BeginUpdates
|
![]() | SetExStyles |
Sets Double_Buffering / BorderSelect style and enables anti-flicker logic
|
![]() | WndProc | (Overrides ListViewWndProc(Message).) |