Hi!
How to round a bit corners of a panel. Preferable with CSS.
Thank you!
Hi mgmst,
You can set css of any component with CssStyle property like attachment.
Happy coding,
Kevin(ITG)
Panel1.CssStyle = “border-radius:12px;”
Please login first to submit.