When the "SplitterMoved" event is checked, the two Text Boxes on the bottom are still blank. The "Clicked" and "MouseMove" events work as expected. (using the latest beta)
Btw, are those two Text Boxes? I tried using a Text Box, when setting its "Text" property with a long string, the text does not automatically wrap into multiple lines. What property do I need to change, or am I using the right control?
Thanks.
The SplitterMoved problem has already been reported and fixed. Set the text box Filter Style property to Multiline String for text wrapping.
Thank you.