SimpleWindow
载入中...
搜索中...
未找到
ScrollEnums.h
1#pragma once
2
3#include <windows.h>
4
5namespace sw
6{
10 enum class ScrollOrientation {
12 Vertical,
13 };
14
35}
值转换器接口
Definition IValueConverter.h:14
SimpleWindow框架的顶级命名空间,所有公共类型、控件、枚举和工具函数均定义于此。
Definition Alignment.h:4
@ Bottom
底部对齐
ScrollOrientation
滚动条方向
Definition ScrollEnums.h:10
@ PageUp
PAGE UP key
@ PageDown
PAGE DOWN key
ScrollEvent
滚动条事件
Definition ScrollEnums.h:18
@ EndScroll
Ends scroll.
@ ThubmTrack
The user is dragging the scroll box. This message is sent repeatedly until the user releases the mous...
@ LineLeft
Scrolls left by one unit.
@ ThumbPosition
The user has dragged the scroll box (thumb) and released the mouse button. The HIWORD indicates the p...
@ LineRight
Scrolls right by one unit.
@ LineDown
Scrolls one line down.
@ LineUp
Scrolls one line up.
@ PageRight
Scrolls right by the width of the window.
@ PageLeft
Scrolls left by the width of the window.
@ Vertical
垂直排列
@ Horizontal
水平排列