Maurice,

I did try adg.horizontalScrollPolicy="on" and
adg.horizontalScrollPosition=<value>   - did not do a trick.

And that adg.horizontalScrollPolicy="on" or "auto" only allowed me to
scroll about 1/3 of columns, the rest is not visible.


On Wed, Dec 4, 2013 at 2:48 AM, Maurice Amsellem <
maurice.amsel...@systar.com> wrote:

> Also, set ADG.scrollHorizontalPolicy to "on",   then simply calling ADG.
> horizontalScrollPosition = <column Index> will do the trick.
>
> -----Message d'origine-----
> De : Maurice Amsellem
> Envoyé : mercredi 4 décembre 2013 08:36
> À : 'dev@flex.apache.org'; flex-...@incubator.apache.org;
> flex-users-subscr...@incubator.apache.org
> Objet : RE: Search in ADG
>
> MX components manage scrolling internally,  Spark Scroller is used for
> spark skins only.
> So yes, you should remove it
>
> -----Message d'origine-----
> De : Oleg Konovalov [mailto:oleg...@gmail.com] Envoyé : mercredi 4
> décembre 2013 03:40 À : flex-...@incubator.apache.org;
> flex-users-subscr...@incubator.apache.org
> Objet : Search in ADG
>
> Hi,
>
> I have a Flex App where on several tabs (TabNavigator) I have MX
> AdvanceDataGrid's (wrapped in Spark Scroller's), which are dynamically
> populated (so I don't know in advance about 1/2 of Columns).
> Since the number of columns can be 200+, I am trying to implement a Search
> within Column Headers and data, one by one kind, so that when match is
> found, it highlights that cell or at least highlights that row and displays
> that column, brings it in user view.
> So far it shows that row, but I never was able to scroll to that column,
> so user can see it.
> I tried to use ADG's horizontalScrollPosition, verticalScrollPosition,
> validateNow with scrollToIndex,...
> When I try to set selectionMode="singleCell", that sometimes seem to
> freeze the app.
>
> Any advice or code snippet how to scroll to that matching Column?
> How to highlight the header and/or cell ?
>
> Can the problem be in that Scroller?
>
> Any help is very appreciated.
>
> --
> Thank you in advance,
> Oleg.
>



-- 
Thank you,
Oleg.

Reply via email to