Is there some simple method to stacking custom controls inside of a radpanel (or other element)? I have a Radpanel that I want to add strips of custom FileUploadRecord Controls to that vertically stack.
I still need to wrap my head around docking, floating, anchoring, position, auto size, etc, but my current method of adding is:
pnlFiles.Controls.Add(new FileUploadRecord());