Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » scroll bar doesn't want to go away
scroll bar doesn't want to go away [message #201076] Thu, 07 August 2008 15: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:Problems with creations of Metamodel or Specialization Types with Palette
Next Topic:[Announce] GMF 2.1.1 M200808071318 is available
Goto Forum:
  


Current Time: Sun May 11 14:22:10 EDT 2025

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

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

Back to the top