引用:http://blog.csdn.net/newweapon/article/details/2776862
如何使Delphi中如何使Label固定宽度且自动换行,高度根据文字的内容而定
设置AutoSize := True; WordWrap := True; Width := YourHeight; Constraints.MinWidth := YourHeight; Constraints.MaxWidth := YourHeight;
引用:http://blog.csdn.net/newweapon/article/details/2776862
如何使Delphi中如何使Label固定宽度且自动换行,高度根据文字的内容而定
设置AutoSize := True; WordWrap := True; Width := YourHeight; Constraints.MinWidth := YourHeight; Constraints.MaxWidth := YourHeight;