This commit is contained in:
Kathy Ruffing 2012-09-27 11:17:07 +00:00
parent 77cfb0bed2
commit 6c23626864

View File

@ -168,6 +168,7 @@ namespace Volian.Controls.Library
}
void MyStepRTB_VisibleChanged(object sender, EventArgs e)
{
if (MyStepRTB == null) return;
MyStepRTB.EditMode = MyStepRTB.Visible;
//Console.WriteLine("MyStepRTB_VisibleChanged {0}", MyStepRTB.Width);
//Console.WriteLine("GridItem: EditMode = {0}", MyStepRTB.EditMode);