Can't make a ContextMenu of a mirrored TreeView right aligned

From: Benzi Eilon (be_nospam_at_ril.co.il)
Date: 03/03/04


Date: Wed, 3 Mar 2004 01:01:07 -0800

I'm using a set of RTLControls which implement mirroring of Windows Forms controls.

For a real right-to-left layout, I have in my application:

An RTLForm which is set with Mirrored=True.
An RTLTreeView with Mirrored=True and RightToLeft=RightToLeft.Yes.

The result: the menuitems in the TreeView ContextMenu are left aligned regardless if I set the RightToLeft property of the ContextMenu to RightToLeft.Yes or RightToLeft.No.

I can supply a sample on request.

Benzi