Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RichTextBox > RichTextBoxUI collapse happened

Not answered RichTextBoxUI collapse happened

Feed from this thread
  • Posted on Dec 1, 2011 (permalink)

    I drag an RichTextBox ribbon and it is generated fine. But in  run-time it collapses.. Please, look at good.jpg and bad.jpg


    Update. It because of some of my own styles. Still not resolved, but in separate applications works well
    Attached files

    Reply

  • Posted on Dec 1, 2011 (permalink)

    this is the solution:

    <Style TargetType="Border">
    <Style.Setters>
    <Setter Value="0" Property="Margin"/>
    </Style.Setters>
    </Style>

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Iva Toteva Iva Toteva admin's avatar

    Posted on Dec 2, 2011 (permalink)

    Hi Eugeniy,

    It's good to hear that you have find a solution to the problem you are observing.
    Judging from the behavior and the fix, the issue is probably due to a style in your application that gets applied to some of the controls in RadRichTextBoxRibbonUI. We would highly recommend not using explicit styles, as other similar issues may occur.

    Kind regards,
    Iva Toteva
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RichTextBox > RichTextBoxUI collapse happened