'DeclarationPublic Property ScrollMode As DataGridScrollMode
public DataGridScrollMode ScrollMode {get; set;}
'DeclarationPublic Property ScrollMode As DataGridScrollMode
public DataGridScrollMode ScrollMode {get; set;}
| Mode | Description |
|---|---|
| RealTime | The page is updated every time the ThumbTrack event of the System.Windows.Controls.Primitives.ScrollBar is fired. |
| Deferred | The page is updated once the EndScroll event of the System.Windows.Controls.Primitives.ScrollBar is fired. |