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:

flowlayoutpanel in vb.net

flowlayoutpanel class


for web-based applications, use floating:

floatutorial

css float property


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -