나는 의심의 여지가있다. Firemonkey에 Frame을 만들고 단추 두 개를 추가 한 다음 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 –
상대 컨트롤은 크기를 조정하지 않아야합니까? –