Hi everyone,
I need to achieve this result with a CLV (only 2 corners are rounded)
I already tried these two approaches
Dim jo As JavaObject = clvProducts.AsView
jo.RunMethod("setClipToOutline", Array(True))
clvProducts.AsView.SetColorAndBorder(clvProducts.AsView.Color, 2dip, 0xDBDBDB, 20dip)...