We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

help with SplashPannel

hi all.
how can i show the splash pannel in the center of the current form?

1 Reply

GR Golda Rebecal Syncfusion Team June 14, 2007 02:59 PM UTC

Hi Shachar,

We can show the splashpanel at the center of the form using the following code.

//to show splash at the center of the form
int x = this.Width/2;
int y = this.Height/2;
Point pt = new Point(x,y);
this.splashPanel1.ShowSplash(pt,this,false);

I have attached a sample that illustrates the same. Please have a look at it and let me know if this helps you.

http://websamples.syncfusion.com/samples/Tools.Windows/F62399/Main.htm

Best regards,
Golda

Loader.
Live Chat Icon For mobile
Up arrow icon