You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Merge was a little involved, ran SlateViewer and things seem to be working as expected ListView improvements - Added horizontal layout option to both SListView and STileView. - Added smooth inertial scrolling. Doing so naturally requires more refreshes, so it's not intended for use in perf-sensitive scenarios and is disabled by default. - Added option to establish a consistent fixed offset when scrolling (to, for example, ensure the top item is always flush with the top of the list, or that the bottom 25% of the preceeding item is always visible above). Note that enabling this will override the NavigationScrollOffset property, as the two concepts fully conflict. - Exposed all new functionality to the UMG counterparts of the slate lists - Updated SlateViewer's ListView testing tab to include a horizontal list, a horizontal tile view, and options for enabling animated scrolling and fixed offsets. Also tinkered a bit with the default sizing and open tab, as the default size seemed universally too small. #rb Matt.Loesby, Josh.Gross, Nick.Darnell [FYI] Matt.Kuhlenschmidt, Chris.Gagnon, Stephan.Jiang, Saad.Nader, Philip.Buuck, Don.Eubanks, Matt.Stone, Geoff.Wong, Ryan.Reed #ROBOMERGE-OWNER: dan.hertzka #ROBOMERGE-AUTHOR: dan.hertzka #ROBOMERGE-SOURCE: CL 7634094 via CL 7642338 #ROBOMERGE-BOT: (v372-7473910) [CL 7642344 by dan hertzka in Main branch]