BandAlign property
Hi all, need some help.
I placed 3 MemoView in a band, all with AutoWidth=true and BandAlign=baLeft.
At runtime Memo2 and Memo3 are aligned to the end of Memo1.
I want Memo2 to be aligned to the end of Memo1 and Memo3 to the end of Memo2.
How can I do that?
TY
Che.
I placed 3 MemoView in a band, all with AutoWidth=true and BandAlign=baLeft.
At runtime Memo2 and Memo3 are aligned to the end of Memo1.
I want Memo2 to be aligned to the end of Memo1 and Memo3 to the end of Memo2.
How can I do that?
TY
Che.
Comments
turn band align by setting to none.
regards
This is the reason of autowidth=true and bandalign=baleft.
Regards:Alex
Thank you.
Che.