get_horizontalScrollHeight();
Object.defineProperty('horizontalScrollHeight');
Type | Description |
---|---|
int | The height of the vertical scrollbar. |
Only available if ScrollMode is set to ImageViewerScrollMode.Auto.
var width = viewer.get_controlSize.get_width() - viewer.get_horizontalScrollHeight();
var height = viewer.get_controlSize.get_height() - viewer.get_verticalScrollWidth();