M
Mahesh Devjibhai Dhola [MVP]
Hi,
How to achieve effect of LayoutManagers like java has Grid, Flow, Border etc
layouts in .Net?
The case is: I am creating the form runtime and adding controls on run-time
so at that time its very hactic to manipulate about other control's sizes,
positions etc so there must be easy way to do such things like what Java
LayoutManagers allow without worring the actual positions in pixels. It
allows me to add, insert etc operation without knowing other control's pixel
positions. I should be allowed to insert some control after some other
control by giving index or name directly which is not possible in Forms. Any
pointers please??
Microsoft is far ahead than Java in UI area then why these basic
functionalities are not there in APIs?
Help please,
How to achieve effect of LayoutManagers like java has Grid, Flow, Border etc
layouts in .Net?
The case is: I am creating the form runtime and adding controls on run-time
so at that time its very hactic to manipulate about other control's sizes,
positions etc so there must be easy way to do such things like what Java
LayoutManagers allow without worring the actual positions in pixels. It
allows me to add, insert etc operation without knowing other control's pixel
positions. I should be allowed to insert some control after some other
control by giving index or name directly which is not possible in Forms. Any
pointers please??
Microsoft is far ahead than Java in UI area then why these basic
functionalities are not there in APIs?
Help please,