xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
splitter_panel.h
Go to the documentation of this file.
1 #pragma once
5 #include "panel.h"
6 
8 namespace xtd {
10  namespace forms {
12  class split_container;
14 
23  class splitter_panel : public panel {
24  friend class split_container;
25  protected:
27  splitter_panel() = default;
28  };
29  }
30 }
Used to group collections of controls.
Definition: panel.h:21
Represents a control consisting of a movable bar that divides a container's display area into two res...
Definition: split_container.h:23
Creates a panel that is associated with a split_container.
Definition: splitter_panel.h:23
splitter_panel()=default
Initializes a new instance of splitter_panel.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::forms::panel container.