Microsoft SDK for Java

TabSizeMode.FILL_TO_RIGHT

Specifies that the width of each tab is increased, if necessary, so that each row of tabs fills the entire width of the container control.

Syntax

public static final int FILL_TO_RIGHT;

Remarks

This style applies only to TabStrip or TabControl controls whose multiLine property is set to true.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.