Completed
Last Updated: 21 May 2018 15:04 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 18 May 2018 07:46
Category: GroupBox
Type: Bug Report
1
FIX. RadGroupBox - set shape to the header is not applied properly
To reproduce:
RadGroupBox1.GroupBoxElement.Header.Fill.Shape = New RoundRectShape(16, True, False, True, False)

Workaround:

RadGroupBox1.GroupBoxElement.Header.Fill.Shape = New OfficeShape()
0 comments