layout - How do you float a control in VB.NET like you would in CSS -
for example: how have 3 pictures aligned right in 1 row, when far right picture deleted other 2 move right fill space. code examples appreciated, :)
edit: i'm looking capability both windows forms , web forms. i'd happy right if code windows.
for windows-based applications, use flowlayoutpanel
control:
for web-based applications, use floating:
Comments
Post a Comment