Unplanned
Last Updated: 30 Mar 2016 09:18 by ADMIN
ADMIN
Dimitar
Created on: 03 Oct 2013 08:57
Category: Form
Type: Bug Report
1
FIX. RadMessageBox - RTL cannot be set via the instance.
To reproduce:
-Set RTL via the insane:
RadMessageBox.Instance.RightToLeft = RightToLeft.Yes;

- You will notice that layout is not changed when the messagebox is shown.

Worlaround:
- Use the RadMessageBox show method with the following parameters:

RadMessageBox.Show(this, "test", "caption", MessageBoxButtons.OKCancel, icon, MessageBoxDefaultButton.Button1, RightToLeft.Yes);
0 comments