Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » scroll bar doesn't want to go away
scroll bar doesn't want to go away [message #244813] Thu, 07 August 2008 19:01
Eclipse UserFriend
Originally posted by: kelvinng.db.gmail.com

I'm my compartment editpart, createFigure() method, I call differen
combinations, or all of:


result.getScrollPane().setHorizontalScrollBar(null);
result.getScrollPane().setVerticalScrollBar(null);

result.getScrollPane().setHorizontalScrollBarVisibility(Scro llPane.NEVER);
result.getScrollPane().setVerticalScrollBarVisibility(Scroll Pane.NEVER);
result.getScrollPane().setScrollBarVisibility(ScrollPane.NEV ER);


The horizontal scroll bar is gone, but the vertical scroll bar is still there.
Am I doing something wrong?

How do I get rid of the scroll bars? (both of them)

~Kelvin Ng
Previous Topic:Custom GraphNode's from model (GraphContainers)
Next Topic:Changing Order
Goto Forum:
  


Current Time: Tue Mar 19 05:29:27 GMT 2024

Powered by FUDForum. Page generated in 0.03028 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top