netkomm Active Member Licensed User Longtime User Oct 10, 2017 #1 Hi, I have created a view with the designer. At runtime I am adding a videoView control that is overlapping all other controls of the form. Is there a way to place the videoView at the back of all the other controls programmatically? Thanks!
Hi, I have created a view with the designer. At runtime I am adding a videoView control that is overlapping all other controls of the form. Is there a way to place the videoView at the back of all the other controls programmatically? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Oct 10, 2017 #2 You can call VideoView.View.SendToBack. Upvote 0