Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 88906200B94 for ; Sun, 2 Oct 2016 18:39:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87349160AD8; Sun, 2 Oct 2016 16:39:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F38E9160AC4 for ; Sun, 2 Oct 2016 18:39:15 +0200 (CEST) Received: (qmail 42815 invoked by uid 500); 2 Oct 2016 16:39:15 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 42804 invoked by uid 99); 2 Oct 2016 16:39:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2016 16:39:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7609FC0D0A for ; Sun, 2 Oct 2016 16:39:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.215 X-Spam-Level: ** X-Spam-Status: No, score=2.215 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7EhsSmVmZESl for ; Sun, 2 Oct 2016 16:39:12 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 3D9E95F23C for ; Sun, 2 Oct 2016 16:39:12 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 6BAEB52C499B2 for ; Sun, 2 Oct 2016 09:39:03 -0700 (MST) Date: Sun, 2 Oct 2016 09:33:05 -0700 (PDT) From: bilbosax To: users@flex.apache.org Message-ID: <1475425985872-13702.post@n4.nabble.com> Subject: Datagrid on a Mobile Device MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Sun, 02 Oct 2016 16:39:16 -0000 My desktop AIR application is finally complete and I now need to copy the logic over to a mobile AIR platform. Even though it is not recommended, I need to use a Datagrid on mobile. The problem is that there is just too much information to publish at once on a mobile device. I don't like Datagrid horizontal scrolling on a mobile device, it feels sloppy to me. Is there a way using a "previous" and "next" button that I could scroll horizontally a full page of the Datagrid at a time? Or will I have to do it manually i.e. Create several datagrids and change their visibility using the "previous" and "next" button? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Datagrid-on-a-Mobile-Device-tp13702.html Sent from the Apache Flex Users mailing list archive at Nabble.com.