xtd 0.2.0
table_layout_panel.h
Go to the documentation of this file.
1 #pragma once
5 #include "panel.h"
6 
8 namespace xtd {
10  namespace forms {
23  class table_layout_panel : public panel {
24  public:
26 
29  table_layout_panel() = default;
31 
32  protected:
34 
36  void on_layout(const xtd::event_args& e) override;
38  };
39  }
40 }
Used to group collections of fixed aligned controls.
Definition: table_layout_panel.h:23
Contains xtd::forms::panel container.
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Used to group collections of controls.
Definition: panel.h:30
void on_layout(const xtd::event_args &e) override
Raises the xtd::forms::control::layout event.
table_layout_panel()=default
Initialises a new instance of fixed layout panel class.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13