GitHub user pzahra opened a pull request:
https://github.com/apache/flex-sdk/pull/46
Fix issue with Spark Grid scrolling/alignment when using locked columns/rows
Contrary to StackOverflow belief, lockedColumnCount and lockedRowCount are
usable in the Spark DataGrid, but the item renderer "selected" state is
misaligned. Scrollbars are also misaligned when changing dataProvider. This
fixes it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pzahra/flex-sdk develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flex-sdk/pull/46.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #46
----
commit 47514f12536068973d6e4772171fd8e5aeea9b99
Author: Patrick Zahra <[email protected]>
Date: 2017-10-30T20:33:31Z
Fix issue with Spark Grid scrolling/alignment when using locked columns/rows
----
---