ForcedScrollDirective class

A directive which forces an element's scrollTop property to have the specified value, even if the value hasn't changed since the last change detection cycle. (It's a bit of a hack)

Annotations
  • @Directive(selector: '[imperativelyScrollable]')

Constructors

ForcedScrollDirective(HtmlElement _element, DomService _domService, ForcedScrollDirectiveHost calendar)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forceScroll(int? scrollTop) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited