Currently, I am working on a solution to dynamically add controls to an asp:Panel on a website, ensuring that they all remain on the same line. Despite setting a specific width and adding overflow:auto, the controls still wrap to the next line when there is not enough space. Is there a method to resolve this issue?
Edit: I believe I require something similar to the flowLayoutPanel found in windows forms.