[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    issue number JDK-8095131 or issue number JDK-8089225
From:       Sarie Chafiq <chafiq.sarie () gmail ! com>
Date:       2016-07-27 7:47:25
Message-ID: CAB3B0Wi_tVy1YRfCB2-z+6wwNnBTDUZ-_xLcUuZgSDAQU6kurQ () mail ! gmail ! com
[Download RAW message or body]

I have resolved the problem doing this :



In my fxml file:



    <AnchorPane>

        <ScrollPane fx:id="myScrollPane" id="myScrollPane"
AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0"
AnchorPane.rightAnchor="0" AnchorPane.topAnchor="0">

            <content>

                <TabPane id="myTabPane"

                         fx:id="myTabPane"                          >

                                                                        The
tab that should contains my tableView

                </TabPane>

            </content>



        </ScrollPane>

</AnchorPane>



In java



ScrollPane scrollPane= (ScrollPane) lookup("#"+myScrollPane);

        TabPane tabPane=(TabPane)scrollPane.getContent();

        return  tabPane;


the result is that i can see the table with no row and with a horizontal
scroll bar
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic