Hi,
> I suppose it would be ok. Note that the backing variables
> (_horizontalScrollPosition and _verticalScrollPosition are mx_internal which
> means that a subclass or helper class is sometimes setting those values
> directly, bypassing the setter, so it might not solve the problem.
Check those
I suppose it would be ok. Note that the backing variables
(_horizontalScrollPosition and _verticalScrollPosition are mx_internal which
means that a subclass or helper class is sometimes setting those values
directly, bypassing the setter, so it might not solve the problem.
Was there a bug with a
Makes sense to me. I can't imagine why you'd want a negative scroll value.
On May 3, 2013, at 7:58 AM, Justin Mclean wrote:
> Hi,
>
> There's a few JIRA bugs in the mx datagrids, advanced datagrids and lists
> related to negative scroll values.
>
> What do people think of this patch to stop th