right to left toolbar preview on runtime

how to set right to left toolbar of preview on runtime?

Comments

  • edited 10:45PM
    Hi,

    if you're using the preview-control, you can do
    PreviewControl1.RightToLeft = Windows.Forms.RightToLeft.Yes
    
    .

    I don't know if this is possible with the builtin viewer, though.

    Best Regards,
    Keeper
  • edited 10:45PM
    Keeper wrote: »
    Hi,

    if you're using the preview-control, you can do
    PreviewControl1.RightToLeft = Windows.Forms.RightToLeft.Yes
    
    .

    I don't know if this is possible with the builtin viewer, though.

    Best Regards,
    Keeper
    thank you
  • edited 10:45PM
    You're welcome >

Leave a Comment