No luck setting the horizontal scroll bar to fill.

We plan to switch to Pivot 2.0 but first we have to get this project back on
it's feet. Unfortunately the "truck factor" for this project was pretty low
so we are having to do a lot of guess work. 

<ScrollPane  horizontalScrollBarPolicy="fill" verticalScrollBarPolicy="fill"
>
                        <TablePane TablePane.columnSpan="2" wtkx:id="packages"
styles="{horizontalSpacing:10, showHorizontalGridLines:true,
verticalSpacing:1, showVerticalGridLines:true}">                                
                                <columns>
                                        <TablePane.Column width="3*" />
                                        <TablePane.Column width="3*" />
                                        <TablePane.Column width="2*" />
                                        <TablePane.Column width="6*" />
                                        <TablePane.Column width="2*" />
                                        <TablePane.Column width="2*" />
                                </columns>
                                <rows>
                                        <TablePane.Row height="-1" 
highlighted="true">
                                                        <Label text="Package 
Name" />
                                                        <Label text="Time 
Created" />
                                                        <Label text="Order 
Status" />
                                                        <Label text="Package 
URL" />
                                                        <Label text="Copy" />
                                                        <Label text="Delete" />
                                        </TablePane.Row>
                                </rows>
                        </TablePane>
                </ScrollPane>

--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/TablePane-in-ScrollPane-tp2875477p2875570.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to