StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
What control can add pictures and text horizontally ?
http://forum.strataframe.net/Topic33460.aspx
By Dong Trien Lam
-
3/9/2017
Do you know what control can add photos and text horizontally as an attached file, when clicking on add button will put the image into the box, if the cell does not have image, insert the image in the horizontal box, if any. Horizontal cell is inserted into the new cell line. You see the attached image file.
By StrataFrame Team
-
3/10/2017
In WinForms, you would use a FlowLayoutPanel or a TableLayoutPanel.
In WPF, you would want to use a WrapPanel with Orientation = Horizontal.
By Dong Trien Lam
-
3/21/2017
Thank you for just helping me.