私は疑いがあります。 FiremonkeyでFrameを作成し、2つのボタンを追加した後、MainForm内にこのFrameを追加しました。 MainFormをオブジェクトFrame.Align = Client
Firemonkey TFrame Align = Scale Bug?
私はコンパイルしてフォームのサイズを変更するには
Frame.Align = Scale
は、フレームは拡張できません。
これは通常の質問ですか、バグですか?
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 481
ClientWidth = 627
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
inline Frame21: TFrame2
Align = Scale
Position.Y = -3.000000000000000000
Size.Width = 887.000000000000000000
Size.Height = 653.000000000000000000
Size.PlatformDefault = False
end
end
object Frame2: TFrame2
Align = Scale
Size.Width = 526.000000000000000000
Size.Height = 395.000000000000000000
Size.PlatformDefault = False
object Button1: TButton
Position.X = 80.000000000000000000
Position.Y = 40.000000000000000000
TabOrder = 0
Text = 'Button1'
end
object Button2: TButton
Position.X = 144.000000000000000000
Position.Y = 144.000000000000000000
TabOrder = 1
Text = 'Button2'
end
object Button3: TButton
Position.X = 240.000000000000000000
Position.Y = 256.000000000000000000
TabOrder = 2
Text = 'Button3'
end
end
「スケール」という用語で何を理解していますか?あなたは何を期待/達成しようとしていますか? – Dsm
https://www.dropbox.com/s/0nom90rfahb1c0m/capture-7.mp4?dl=0 –
相対的なコントロールのサイズを変更しないでください。 –