StructureVSplit
VSplitView
A layout container that arranges its children in a vertical line and allows the user to resize them using dividers placed between them.
あるレイアウトコンテナ、それは、それの子らをある垂直線に整列します、そしてそれらの間に置かれる仕切りを使ってユーザにそれらの大きさ変更を可能します。
Availability 有効性
- macOS 10.15+
Technology
- Swift
UI
Declaration 宣言
struct VSplitView<Content> where Content : View
Topics 話題
Creating a Vertical Split View 垂直分割ビューを作成する
Supporting Types 支援を行う型
typealias Body
The type of view representing the body of this view.
このビューの本体を表しているビューの型。
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Split Views
struct HSplitView
A layout container that arranges its children in a horizontal line and allows the user to resize them using dividers placed between them.
あるレイアウトコンテナ、それは、それの子らをある水平線に整列します、そしてそれらの間に置かれる仕切りを使ってユーザにそれらの大きさ変更を可能します。