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 width the minimum width or 0 for default width @param height the minimum height or 0 for default height

@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)
  2. void setMinSize(int width, int height)
    class ScrolledComposite
    void
    setMinSize
    (
    int width
    ,
    int height
    )

Meta