Rebar styles supported by Windows CE are described in the following table.
Style | Description |
---|---|
CCS_VERT | Causes the control to appear vertically at the left side of the parent window. |
RBS_AUTOSIZE | Specifies that the layout of a band will automatically change when the size or position of its control changes. When the layout changes, the control sends an RBN_AUTOSIZE notification. |
RBS_BANDBORDERS | Displays narrow lines to separate adjacent bands. |
RBS_FIXEDORDER | Displays multiple bands in the same order at all times. A user can move bands to different rows, but the band order is static. |
RBS_SMARTLABELS | Displays the icon for a band that has one only when the band is minimized. If a band has a text label, the label is displayed only when the band is in its restored state or in its maximized state. |
RBS_VARHEIGHT | Displays a band at the minimum required height, when possible. Without this style, the command bands control displays all bands at the same height, using the height of the tallest visible band to determine the height of other bands. |
RBS_VERTICALGRIPPER | Displays the size grip vertically, instead of horizontally, in a vertical command bands control. This style is ignored for command bands controls that do not have the CCS_VERT style. |
Note Windows CE is the only Windows-based platform that supports the RBS_SMARTLABELS style for rebar controls.
Windows CE also supports a rebar band style, called RBBS_NOGRIPPER. When you assign this style to a band in a rebar, the band does not have a gripper. This style applies to individual bands, not to the entire rebar.