Guest Posted February 11, 2011 Posted February 11, 2011 Message from: "Cristiano Testai" Hello Farshad! I started using the new property on Form AutoScroll. It works fine, but I found a situation that would pass. Exemple: I have a Panel in the center of the form, Aling = alNone. I have another Panel at the bottom of the page with Align = alBottom. If I increase the size (Height) of Panel of the center of form at runtime, it overlaps the footer Panel (which has align = alBottom). The Scroll of Form is corretct, but the Panel's footer does not follow the change. Tanks for support. Cristiano Testai . Quote
Guest Posted February 11, 2011 Author Posted February 11, 2011 Message from: "Farshad Mohajeri" "Cristiano Testai" wrote in message news:k$WEn2eyLHA.2720@anaxagvs227... > > Hello Farshad! > > I started using the new property on Form AutoScroll. It works fine, but I > found a situation that would pass. > Exemple: > I have a Panel in the center of the form, Aling = alNone. I have another > Panel at the bottom of the page with Align = alBottom. > If I increase the size (Height) of Panel of the center of form at runtime, > it overlaps the footer Panel (which has align = alBottom). The Scroll of > Form is corretct, but the Panel's footer does not follow the change. I looked at it and it is not an easy one to implement. You may avoid using bottom aligned controls until issue is resolved. issue logged as #832 . Quote
Guest Posted February 14, 2011 Author Posted February 14, 2011 Message from: "Sergio" I would never try it with an "align=alNone" central panel, I think even in plain VCL it should be an "align=alClient" panel for it to work as intended, as a panel with no align will be free to overlap with others panels without pushing them away of their intial positions. Farshad Mohajeri wrote: > > "Cristiano Testai" wrote in message > news:k$WEn2eyLHA.2720@anaxagvs227... > > > > Hello Farshad! > > > > I started using the new property on Form AutoScroll. It works fine, > > but I found a situation that would pass. Exemple: > > I have a Panel in the center of the form, Aling = alNone. I have > > another Panel at the bottom of the page with Align = alBottom. If > > I increase the size (Height) of Panel of the center of form at > > runtime, it overlaps the footer Panel (which has align = > > alBottom). The Scroll of Form is corretct, but the Panel's footer > > does not follow the change. > > > I looked at it and it is not an easy one to implement. You may avoid > using bottom aligned controls until issue is resolved. > > issue logged as #832 . Quote
Guest Posted February 22, 2011 Author Posted February 22, 2011 Message from: "chatop" test "Cristiano Testai" ???? news:k$WEn2eyLHA.2720@anaxagvs227... > > Hello Farshad! > > I started using the new property on Form AutoScroll. It works fine, but I > found a situation that would pass. > Exemple: > I have a Panel in the center of the form, Aling = alNone. I have another > Panel at the bottom of the page with Align = alBottom. > If I increase the size (Height) of Panel of the center of form at runtime, > it overlaps the footer Panel (which has align = alBottom). The Scroll of > Form is corretct, but the Panel's footer does not follow the change. > > Tanks for support. > > Cristiano Testai > . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.