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 EA915109F7 for ; Sun, 16 Jun 2013 05:54:31 +0000 (UTC) Received: (qmail 32113 invoked by uid 500); 16 Jun 2013 05:54:29 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 32090 invoked by uid 500); 16 Jun 2013 05:54:19 -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 32082 invoked by uid 99); 16 Jun 2013 05:54:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jun 2013 05:54:15 +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 (athena.apache.org: domain of evyatarbh@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jun 2013 05:54:10 +0000 Received: by mail-la0-f43.google.com with SMTP id gw10so1541052lab.2 for ; Sat, 15 Jun 2013 22:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Y634TcgTKLW2IsK+1bDTPjRPzvphLbY0cqE6I9Sc4qk=; b=xa5G4G9qpA+NaphVU+EyYUWM7RtsD2mqq6q0RX3sYqhLU5NihngFg/YhzoyFuMNBjr 3uR/NjNBtiLooKFqK7DPL0BlT8toUbVMrofV0fqFjwCW0qckYxY+9G0iaK3cDRtIWPHB NftIBBpm3FLYFlJhUcVXZCH5XwaBsO+owZPtmIixXyp/lszT2/UvaS+BqdH4Mbg0+C08 Wf9xHhhB87A8juj4LlBZ8eUQ3Vh9FRb+FCWYBNCBxUbHDuGd/wHVFscSk95GR8CPOLXN d93jrlIxA/86QeigIc2cgGtsQXAtC3LRx3IhcH2bscDFUDNEw6iZ2JbRe5vsIzsPBm8q aFJw== MIME-Version: 1.0 X-Received: by 10.152.116.76 with SMTP id ju12mr4276133lab.54.1371362028358; Sat, 15 Jun 2013 22:53:48 -0700 (PDT) Received: by 10.114.184.167 with HTTP; Sat, 15 Jun 2013 22:53:48 -0700 (PDT) In-Reply-To: <51BD0469.9040901@gmail.com> References: <51BD0469.9040901@gmail.com> Date: Sun, 16 Jun 2013 08:53:48 +0300 Message-ID: Subject: Re: Spark List minHeight and minWidth From: Evyatar Ben Halevi-Arbib To: users@flex.apache.org Content-Type: multipart/alternative; boundary=001a11c365a68f11fb04df3f1a5f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c365a68f11fb04df3f1a5f Content-Type: text/plain; charset=ISO-8859-1 I would try setting the requestedMinRowCount property to 1. Good luck, Evyatar On Sun, Jun 16, 2013 at 3:18 AM, Cristian Spiescu < cristian.spiescu@gmail.com> wrote: > Hello, > > I have seen that minHeight/minWidth properties of a spark List cannot be > set under a certain lower limit (110 and 71). > If I set explicitly the height to a lower limit, it works. But if I set > minHeight="30" for example, the list won't shrink less than 110. > > Have you got any hints on why this is happening and perhaps point me some > places where I should put breakpoints to investigate? If I'm lucky, then > I'll be able to make a subclass and override the behavior. > > Thanks in advance! > > Regards, > Cristian. > --001a11c365a68f11fb04df3f1a5f--