ScrolledComposite.setMinSize

Specify the minimum width and height at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar. This value is only relevant if setExpandHorizontal(true) and setExpandVertical(true) have been set.

@param size the minimum size or null for the default size

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

  1. void setMinSize(Point size)
    class ScrolledComposite
    void
    setMinSize
  2. void setMinSize(int width, int height)

Meta