I am using the RadSplashScreen and I would like to allow the following actions:
- Set splashscreen as not topmost
- Allow to move the splashscreen (no resize, or close, just move)
Thank you for your help
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 22 Apr 2021, 09:38 AM
Hello Bracco,
The splashscreen is designed so it is topmost and non-draggable so it can only display relevant information while the application is loading. In your case I would recommend you to use RadWindow instead of the splashscreen manager. Note that in this case you can still use RadSplashScreen since this is just the visual element hosted in a custom window.