Gets or sets whether per-pixel scrolling is enabled. This is a dependency property.
public bool AllowPerPixelScrolling { get; set; }
Public Property AllowPerPixelScrolling As Boolean
To learn more, see Per-Pixel Scrolling.
If per-pixel scrolling is enabled and nodes are of different height, the last (bottom) visible node may not be displayed entirely.