Gets or sets the value that determines whether to send FramesRequested event immediatly when thumb-scrolling the cell scrollbar.
public
bool RequestOnScroll {get; set;}
'Declaration
Public Property RequestOnScroll As
Boolean
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Boolean
instance.RequestOnScroll = value
value = instance.RequestOnScroll
public:
property
bool RequestOnScroll {
bool get();
void set (
bool value);
}
Property Value
True to request FramesRequested event when using the scroll thumb, false otherwise.