Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF2C310F65 for ; Fri, 28 Jun 2013 20:20:45 +0000 (UTC) Received: (qmail 24594 invoked by uid 500); 28 Jun 2013 20:20:45 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 24572 invoked by uid 500); 28 Jun 2013 20:20:45 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 24564 invoked by uid 99); 28 Jun 2013 20:20:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 20:20:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Roger.Whitcomb@actian.com designates 69.18.216.40 as permitted sender) Received: from [69.18.216.40] (HELO mail.actian.com) (69.18.216.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 20:20:40 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CE743C.E95F3D14" Subject: RE: FlowPane inside ScrollPane - how to force wrapping and vertical scrolling? [SOLVED] Date: Fri, 28 Jun 2013 16:20:17 -0400 Message-ID: <6152BDF053E74643B4C0A41150F5ADC301A979B6@USINVMAILB01.ingres.prv> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FlowPane inside ScrollPane - how to force wrapping and vertical scrolling? [SOLVED] Thread-Index: Ac50OLar+UDOgjPxQyCZC/89T9cN8QABBaMg References: From: "Roger L. Whitcomb" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01CE743C.E95F3D14 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Glad to hear it! No problem - it took me a while to figure this out myself .... =20 ~Roger Whitcomb =20 From: Andrey Popchansky [mailto:eshteborsch@gmail.com]=20 Sent: Friday, June 28, 2013 12:50 PM To: user@pivot.apache.org Subject: FlowPane inside ScrollPane - how to force wrapping and vertical scrolling? [SOLVED] =20 >Try using "FILL" for the "horizontalScrollBarPolicy". If you read the Javadoc for NEVER it says: Never show the scroll bar, and don't affect the layout of the pane's content.Since you do want the layout to be affected, then FILL should work. Tried this, the result if exactly what I wanted. Thanks for help! Looks like I should read stuff more carefully than I did. ------_=_NextPart_001_01CE743C.E95F3D14 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Glad to hear it!  No problem – it took me a while to = figure this out myself ….

 

~Roger Whitcomb

 

From:= = Andrey Popchansky [mailto:eshteborsch@gmail.com]
Sent: = Friday, June 28, 2013 12:50 PM
To: = user@pivot.apache.org
Subject: FlowPane inside ScrollPane - = how to force wrapping and vertical scrolling? = [SOLVED]

 

>Try using “FILL” for the = “horizontalScrollBarPolicy”.  If you read the Javadoc = for NEVER it says:   Never show the scroll bar, and = don't affect the layout of the pane's content.Since you do want the layout to be affected, then FILL should = work.

Tried this, the result if exactly what I wanted. Thanks for = help!

Looks like I should read stuff more carefully than I = did.

------_=_NextPart_001_01CE743C.E95F3D14--