ScrollToOptions

Overview

The ScrollToOptions dictionary of the CSSOM View spec contains properties specifying where an element should be scrolled to, and whether the scrolling should be smooth.

Location

Properties


behavior

 

property behavior: dynamic read write;

 

dynamic behavior { get; set; }

 

var behavior: dynamic { get{} set{} }

 

dynamic behavior { __get; __set; }

 

Property behavior() As dynamic

left

 

property left: Int32 read write;

 

Int32 left { get; set; }

 

var left: Int32 { get{} set{} }

 

Int32 left { __get; __set; }

 

Property left() As Int32

top

 

property top: Int32 read write;

 

Int32 top { get; set; }

 

var top: Int32 { get{} set{} }

 

Int32 top { __get; __set; }

 

Property top() As Int32