Fixed scrollbar (row-based scroll speed) – Wotc
Makes scrolling lists much easier :
– When pointer is on the list : each mousewheel notch scrolls by one row.
– When pointer is on the scrollbar itself : each mousewheel notch scrolls by one page.
(Alternativly you can click on the tiny scrollbar’s up/down buttons)
…steamsteamappsworkshopcontent2685001131906393ConfigXCOM_RowBasedScrollSpeedWotc.ini
– ScrollSpeed (integer) : number of row to scroll for each mousewheel notch
– InterplationDuration (float) : duration of the interpolation/animation in second (0 will disable interpolation completely)
– InterplationUpdateRate (float) : in seconds (ie : 1 divided by desired framerate).
– InteractiveAreaPadding (int) : padding for scrollbar’s hitbox, in pixels.
Override UIScrollbar. Not compatible with other scrollbar mods.
1.32
– BugFix: scrollbar dont keep focus when thumb-dragging + release outside (that led to per-page scrolling instead of per-row)
– BugFix: division by zero when InterplationDuration=0
1.31
– BugFix: works correctly with UIColorSelector as parent
1.3
– New: Added padding to scrollbar’s hitbox, to make scroll-per-page and thmub-dragging easier.
1.2
– BugFix: scrolling failing when game paused
– BugFix: ActionScript’s scrollbar’s behavior override modded behavior after thumb-dragging.
– BugFix: ActionScript’s scrollbar’s behavior when cursor was on scrollbar.
– New: Added scroll per page
1.1
Added interpolation
1.0
Initial release
Revisions:
Old revisions of this mod are available below. Click the link to download.
