Specifying position in flow layout manager

Hi, I am using visual inheritance. I have a panel, with center-aligned-FlowLayout, that contains 2 buttons Save, Cancel. In my derived class I want to add a Print button before Save button. When I try to move the Print button using "Send to Font", it works in VS.NET. But when I run, the form gets back to Save, Cancel and Print. How do I specify the position in the flow layout? thanks, - Reddy

1 Reply

RP Ramesh Praveen Syncfusion Team February 7, 2003 05:00 PM UTC

Reddy, This is a bug in VS.Net designer, that doesn't persist in code changes like the ones you mention above. I just checked in Everett (1.1) beta and it looks like this bug has been fixed. It works fine now in 1.1 Regards, Praveen Ramesh

Loader.
Up arrow icon