Share via


VirtualList.EnableSlowDataRequests Property

Gets or sets a value that indicates whether the slow data requests feature is enabled. This feature notifies clients when an item's visual items have been created, and allows for additional, and usually very slow, data acquisition while displaying partial data for an item.

Syntax

  public bool EnableSlowDataRequests {get; set;}

Property Value

System.Booleantrue if the slow data requests feature is enabled; otherwise, false.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also