In Development
Last Updated: 04 Apr 2025 11:58 by ADMIN
Stenly
Created on: 17 Dec 2024 12:01
Category: RibbonView
Type: Bug Report
1
RibbonView: The content and image of the RadRibbonSplitButton are misaligned when the Size property is set to Large
When the RadRibbonSplitButton's Size property is set to Large the content and image are misaligned.
1 comment
ADMIN
Masha
Posted on: 04 Apr 2025 11:22

Hi,

The RadRibbonSplitButton is designed to adapt its layout depending on its size (Small, Medium, Large). When the Content property is used, the control cannot correctly adapt its layout for these views, leading to misalignment for the RadRibbonSplitButton. Instead of using the Content property, use the dedicated text properties:

  • Text: A single-line text for Medium size.
  • TextRow1: The first line of text for Large size.
  • TextRow2: The second line of text for Large size.
These properties are optimized for the different size views and ensure the correct alignment of the button’s content.

Regards,
Masha
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!