WS_EX_RIGHTSCROLLBAR top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_RIGHTSCROLLBAR instead')
int const WS_EX_RIGHTSCROLLBAR

The vertical scroll bar (if present) is to the right of the client area. This is the default.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_RIGHTSCROLLBAR instead')
const WS_EX_RIGHTSCROLLBAR = 0x00000000;