This works!, except one thing you need to add is the add "activeControl = null;" at (see below) private void Panel_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) { activeControl = null; ActiveControl = null; Cursor = Cursors.Default; }
This should be the best video I have seen about the winform UI design, not one; if you can provide the next material to download we will practice better with it; Anyway, thank you
Can you move controls like this between panels as well? I see your controls are moving only inside the panel they are nested in. What if I want to move a button inside another panel? Is it possible?
Hey how can i make my apps run smoother? they are so buggy (example in one app am developing i used your tutorial but when am draging and moving something inside the panel it keeps a white Tray behind it [yea the pannel is transparent] i dont want that to happen + sometimes the last created object in the panel can move just by passing the cursor on the top of it while the previous ones can't move help!)
how can make Dynamic interface like i main fram have design but the cntrals is dynamicle add with anather Class file so if we sad we have programed work on big project alon and this project can working with part of it so the mannegar need this program run now and te programer he just finesh the first part and ready to work so if he wnna contenu the anather partes he just need to work on class not the main interface Bcoze the interface is dynamic interface takeing the controls from the class can C# do somthing like that ?
Hi @Chandrabhan_Chaudhary.... According to my Experience, C# doesn't allow us to design an efficient fully responsive forms, but if we design a full screen form, the thing which we'll notice is that all the controls are in left side of form and the right side of the form remains empty... in order to move the controls according to screen size, select your controls and go to properties and set the "Anchor" property to None.... Your controls will move according to the size of your form..... (Sorry for Bad English.. :D :D ) Thanks for watching My Videos.... ;)
This works!, except one thing you need to add is the add "activeControl = null;" at (see below)
private void Panel_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e)
{
activeControl = null;
ActiveControl = null;
Cursor = Cursors.Default;
}
This should be the best video I have seen about the winform UI design, not one; if you can provide the next material to download we will practice better with it; Anyway, thank you
Thanks for giving me an idea to create a cinema sitting chart .
thanks for developing UI app
Awesome bro, and thanks a lot.
Can you move controls like this between panels as well? I see your controls are moving only inside the panel they are nested in. What if I want to move a button inside another panel? Is it possible?
Perfect for making 2D games, maybe even 3D games if you put enough effort.
Great guy thank you😍
Hey how can i make my apps run smoother? they are so buggy (example in one app am developing i used your tutorial but when am draging and moving something inside the panel it keeps a white Tray behind it [yea the pannel is transparent] i dont want that to happen + sometimes the last created object in the panel can move just by passing the cursor on the top of it while the previous ones can't move help!)
how can make Dynamic interface like i main fram have design but the cntrals is dynamicle add with anather Class file so if we sad we have programed work on big project alon and this project can working with part of it so the mannegar need this program run now and te programer he just finesh the first part and ready to work so if he wnna contenu the anather partes he just need to work on class not the main interface Bcoze the interface is dynamic interface takeing the controls from the class can C# do somthing like that ?
Excellent Work bro
Any way to arrange this panels(controls) in a grid. Like stacking panels in columns and dragging them from one column to another..?
Where you able to figure it out lol cause I'm stuck on the same thing
Great thanks
First to comment 😄
thanks for your tut
good
Nice will you make a project with c# UI full screen auto adjust full screen on any device length
Hi @Chandrabhan_Chaudhary.... According to my Experience, C# doesn't allow us to design an efficient fully responsive forms, but if we design a full screen form, the thing which we'll notice is that all the controls are in left side of form and the right side of the form remains empty... in order to move the controls according to screen size, select your controls and go to properties and set the "Anchor" property to None.... Your controls will move according to the size of your form..... (Sorry for Bad English.. :D :D )
Thanks for watching My Videos.... ;)
C# Ui Academy it's ok after all you are trying to give knowledge I will take care
How can i make it permanently? like once i drop it, it will be there unless iremove? is it even posible?
What computer are you using?
Haier Core-m.. Tablet PC...
Fantastic!
Super!
please add all this features to your framework at once.
i prefer paid it instead waste time in that things
in you tube , 10% chance to get worthy content and i found some of them here.
My large panel is moving, not small panels.
Resize in control on runtime video tutoring please