Containers examples

January 11, 2024 ยท View on GitHub

This folder contains containers examples.

  • flow_layout_panel represents a panel that dynamically lays out its contents horizontally or vertically.
  • collapsible_panel used to group collections of controls in a collapsible container.
  • group_box represents a Windows control that displays a frame around a group of controls with an optional caption.
  • horizontal_layout_panel container.
  • panel used to group collections of controls.
  • popup_panel demonstrates the use of xtd::forms::popup_panel container.
  • split_container represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
  • tab_control manages a related set of tab pages.
  • table_layout_panel represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
  • vertical_layout_panel used to group collections of horizontal aligned controls.

Build and run any project

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run -t any_project_name