Telerik Radribbonbar - strange behavior

Asked

Viewed 72 times

1

When configuring text and images in a RibbonBar, along with its alignments, suddenly the window became too small, preventing any way to increase its size (Windows form, Telerik v2014.1.228.40, Visual Studio 2013, C#). This project started several weeks ago and worked well in previous versions of both VS and Telerik.

Solution in my comment below.

1 answer

1

As I found the solution, here it goes: it is a known problem in this first version of the Telerik library and only occurs if Windowsstate= Maximized in programming time. Fix: set this at runtime. No load event worked well

this.Windowstate = Formwindowstate.Maximized;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.