Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F86811833 for ; Sat, 26 Jul 2014 04:55:40 +0000 (UTC) Received: (qmail 15086 invoked by uid 500); 26 Jul 2014 04:55:40 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 15049 invoked by uid 500); 26 Jul 2014 04:55:40 -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 15037 invoked by uid 99); 26 Jul 2014 04:55:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2014 04:55:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of angelo.anolin@gmail.com designates 74.125.82.174 as permitted sender) Received: from [74.125.82.174] (HELO mail-we0-f174.google.com) (74.125.82.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2014 04:55:36 +0000 Received: by mail-we0-f174.google.com with SMTP id x48so5165091wes.33 for ; Fri, 25 Jul 2014 21:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6CNR0mVZMAc6ZXwLYq5OAZosHgH+Rz6LJprGg9HHz6g=; b=v7+fUvmv/LRaRkbvNVWGV4EikZwwL91As8lwQyyFoa+jM9mxNNIaOcxXrFlFGewkqk gku+haIZw+DH5e0juHRGYOLECP9gpLaUKswzPLwyYuDfj1KUqceTxCiPNi3gaAOY0ZVD sPEwB4tyLQXoa6ohZrQjT9gM4wPpYCiXOqaSZSTR8QArROueD738y9TT4EMbVvg1hAbe 6rczFC+xTSyC+XjzPciebPCgjMT1I8R7pZnPuQdOE1ANnay4ulPWGvw/T5RNZbiCV0BD FXmhI0oe+MXblG+9ZSSIpK88KFdioJy5PyojTELH3t5S+SxXcDUu2xUkJrQHbEIkXmBV JM0Q== X-Received: by 10.180.108.1 with SMTP id hg1mr11035088wib.25.1406350512034; Fri, 25 Jul 2014 21:55:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.192.234 with HTTP; Fri, 25 Jul 2014 21:54:31 -0700 (PDT) From: Angelo Anolin Date: Fri, 25 Jul 2014 22:54:31 -0600 Message-ID: Subject: Pushing Items and Controls to Bottom of Mobile View To: users@flex.apache.org Content-Type: multipart/alternative; boundary=e89a8f3ba097b31c9f04ff117ebd X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f3ba097b31c9f04ff117ebd Content-Type: text/plain; charset=UTF-8 Hi, Can someone point me in the right direction regarding making some items / controls in a view of my mobile application to align to the bottom? My MXML code for the view is as follows: But for some reason, the items rendered on the list has some space left below it. I was looking to make sure the list aligns to the bottom of the view. Appreciate any insight. Thanks. --e89a8f3ba097b31c9f04ff117ebd--