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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:26AM
    hi
    turn band align by setting to none.
    regards ;)
  • edited 11:26AM
    TY for your reply, but I want memo2 and memo3 automatically set their position on changing of memo1.width and memo2.width
    This is the reason of autowidth=true and bandalign=baleft.
  • edited 11:26AM
    Then why do you use separate memos? However this kind of automatic horizontal movement is not supported, only via script. But if you don't need different font formatting for the 3 data you can place them togeteher in one memo and they will be beside each other. Or if you need different formatting, place them in a richview object and format them on your needs and this way both the formatting and the horizontal placement will be solved.

    Regards:Alex
  • edited 11:26AM
    OK, solved with the richview object: 3 fields with 3 different font.
    Thank you.
    Che.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.