December 2014
Intermediate to advanced
512 pages
17h 4m
English
ListView has two overloads of ScrollIntoView: the one-parameter version that matches ListBox’s version, and one that accepts an extra ScrollIntoViewAlignment enumeration parameter. This provides two options:
Default—The control scrolls the minimal distance necessary to put the item entirely on the screen. Therefore, if the item is already on the screen, the control won’t scroll at all. This provides the same behavior as the simpler overload and the same behavior as ListBox.
Leading—The control scrolls as much as necessary ...
Read now
Unlock full access