Delphi XE2 新控件 布局Panel TGridPanel TFlowPanel

编程入门 行业动态 更新时间:2024-10-27 22:24:23

Delphi XE2 新<a href=https://www.elefans.com/category/jswz/34/1769529.html style=控件 布局Panel TGridPanel TFlowPanel"/>

Delphi XE2 新控件 布局Panel TGridPanel TFlowPanel

Delphi XE2 新控件

Firemonkey 布局Panel

Windows平台VCl

TGridPanel TFlowPanel

FMX 跨平台 

TLayout TGridLayout TFlowLayout TGridPanelLayout

fmx的Layout容器比panel节省资源

 TGridPanelLayout

 GridPanelLayout1、GridPanelLayout

.Layouts.TGridPanelLayout

行高设为指定的值或按比例缩放。

九宫格

TGridPanelLayout.TCellItem.SizeStyle,​​Absolute,​​​​Percent​​

选中控件,ColumnCollection,RowCollection添加列行

GridPanel1.ControlCollection.BeginUpdate;
   while GridPanel1.ControlCollection.Count > 0 do
   GridPanel1.ControlCollection.Items[0].Control.DisposeOf;
1.
2.
3.


 

 TFlowLayout
控件大小可不相同。

TFlowPanel的效果图,里边是panel,左侧是TCategoryButtons,搜索框是TButtonedEdit

panel作为卡片。设置每个子panel属性即可。pnl.AlignWithMargins:=true,panel.Margins.Top:=20; 左右上下的边距设定就可以了。

 TGridLayou:表格,自动排列容器里的控件,控件大小相同可自定义大小,设定后全部控件大小相同且不变,x行y列,行数列列数根据控件大小变动。

TButtonGroup

TRectangle 好用,有填充颜色

TGridPanelLayout.EGridLayoutException with message 'Cannot delete a row that contains controls

窗体的pas文件里有

{$R *.LgXhdpiPh.fmx ANDROID} ,删除就解决了。

TCategoryPanelGroup

TStackPanel
RAD Studio 10.2.2

2017.12.15

 堆栈Panel,一行只有一个控件(不能多列),或一列只有一个控件(不能多行)

The stack panel is a panel with a special layout. All controls added to it are placed in a different "row" (or column if you set it horizontally). The controls can be aligned to the left, the right, the center or use the entire space (fill). You set the default alignment at the stack panel level, and you can override it for each individual control (or use the special default value to pick the parent control setting). Each of the controls hosted by the panel, gets three additional properties "injected" by the container -- at the bottom of the Object Inspector list -- as you can see below:

RelativePanel
Seattle就有了

.RelativePanel_Sample

示例源码

Subversion Repository for Delphi: ​ ​/VCL/RelativePanel​​
Subversion Repository for C++: ​ ​​​
win10布局控件

横向居中,纵向居中

AlignHorizontalCenterWithPanel

AlignVerticalCenterWithPanel

不需要些代码计算左边,自动水平居中 垂直居中 ,横向纵向居中!!!

布局就方便了。

TCardPanel

比pageControl方便的下一步的控件

TDatePicker 和 TTimePicker
-----------------------------------
 

更多推荐

Delphi XE2 新控件 布局Panel TGridPanel TFlowPanel

本文发布于:2023-11-16 10:30:43,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1618347.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:控件   布局   Delphi   TGridPanel   Panel

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!