Completed
Last Updated: 22 Mar 2022 13:49 by ADMIN
Release R2 2022 (LIB 2022.1.322)
Todd
Created on: 24 Feb 2022 06:56
Category: CollapsiblePanel
Type: Bug Report
0
RadCollapsiblePanel: Header button is partially blocked when the header text is too long

Use the following code snippet:

        Me.RadCollapsiblePanel1.HeaderText = "This is a very long header text that doesn't fit in the available space"
        Me.RadCollapsiblePanel2.HeaderText = "Sample header text"

You will notice how the button is clipped:

0 comments