Module Scroll.VScrollbar

type t = Scrollbar.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : bounds:Hardcaml_waveterm_kernel.Rect.t -> range:Base.int -> Base.unit -> t
val create_right_aligned : ?r:Base.int -> ?h:Base.int -> ?w:Base.int -> container:Hardcaml_waveterm_kernel.Rect.t -> range:Base.int -> Base.unit -> t * Hardcaml_waveterm_kernel.Rect.t

Create a scroll bar at the right of the given container. Returns the adjust container bounds that excludes the scrollbar.