You can use the attributes RightAligned, RightToLeft, LeftScroll of each
relevant control/dialog.
This will cause texts to be right-aligned, read from right-to-left and
scroll bars to appear on control's left side.

However it will not cause the controls themselves to be right-aligned
(meaning that a control's X value will still be relative to the left side
of the dialog).

If a control is symetric in it's size ( 2 * Control.X = Dialog.Width -
Control.Width) then you'll probably get the behaviour you need for that
control.

Nir
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to