class Scrollbar extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
scrollbar
- Alphabetic
- By Inheritance
- Scrollbar
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Scrollbar()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
barBackgroundColor: UndefOr[|[String, Object]]
The background color of the scrollbar itself.
The background color of the scrollbar itself.
Example: -
val
barBorderColor: UndefOr[|[String, Object]]
The color of the scrollbar's border.
-
val
barBorderRadius: UndefOr[Double]
The border rounding radius of the bar.
The border rounding radius of the bar.
Example: -
val
barBorderWidth: UndefOr[Double]
The width of the bar's border.
The width of the bar's border.
Example: -
val
buttonArrowColor: UndefOr[|[String, Object]]
The color of the small arrow inside the scrollbar buttons.
The color of the small arrow inside the scrollbar buttons.
Example: -
val
buttonBackgroundColor: UndefOr[|[String, Object]]
The color of scrollbar buttons.
The color of scrollbar buttons.
Example: -
val
buttonBorderColor: UndefOr[|[String, Object]]
The color of the border of the scrollbar buttons.
The color of the border of the scrollbar buttons.
Example: -
val
buttonBorderRadius: UndefOr[Double]
The corner radius of the scrollbar buttons.
The corner radius of the scrollbar buttons.
Example: -
val
buttonBorderWidth: UndefOr[Double]
The border width of the scrollbar buttons.
The border width of the scrollbar buttons.
Example: -
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
enabled: UndefOr[Boolean]
Enable or disable the scrollbar.
Enable or disable the scrollbar.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
height: UndefOr[Double]
The height of the scrollbar.
The height of the scrollbar. The height also applies to the width of the scroll arrows so that they are always squares. Defaults to 20 for touch devices and 14 for mouse devices.
Example: -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
liveRedraw: UndefOr[Boolean]
Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved.
Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved. Defaults to
true
for modern browsers andfalse
for legacy IE browsers as well as mobile devices.- Since
1.3
-
val
minWidth: UndefOr[Double]
The minimum width of the scrollbar.
The minimum width of the scrollbar.
- Since
1.2.5
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
rifleColor: UndefOr[|[String, Object]]
The color of the small rifles in the middle of the scrollbar.
-
val
showFull: UndefOr[Boolean]
Whether to show or hide the scrollbar when the scrolled content is zoomed out to it full extent.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
trackBackgroundColor: UndefOr[|[String, Object]]
The color of the track background.
The color of the track background.
Example: -
val
trackBorderColor: UndefOr[|[String, Object]]
The color of the border of the scrollbar track.
The color of the border of the scrollbar track.
Example: -
val
trackBorderRadius: UndefOr[Double]
The corner radius of the border of the scrollbar track.
The corner radius of the border of the scrollbar track.
Example: -
val
trackBorderWidth: Any
The width of the border of the scrollbar track.
The width of the border of the scrollbar track.
Example: -
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )