This is a migrated thread and some comments may be shown as answers.

RibbonWindow set MinWidth or MinHeight

2 Answers 48 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Chang
Top achievements
Rank 1
Chang asked on 14 Apr 2015, 02:10 AM
Hello,

  When RibbonWindow set MinWidth or MinHeight,
  if width or height to be smaller than MinWidth or MinHeight,
  it's clipping the window, but previous version is ok.

  The simple example :

  <Grid>
      <Button VerticalAlignment="Center" Height="100" Background="Yellow">Test</Button>
  </Grid>

  public partial class MainWindow : RadRibbonWindow
  {
      public MainWindow()
      {
          InitializeComponent();

          this.MinWidth = 500;
      }
  }

  2015 Q1 is OK
  2015 Q1 Hotfix 0316 is OK
  2015 Q1 Hotfix 0323 is clip
  2015 Q1 SP1 is clip
  2015 Q1 SP1 Hotfix 0406 is clip
  2015 Q1 SP1 Hotfix 0413 is clip

  How can I fix this ? Thanks.

Regards

2 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 16 Apr 2015, 02:22 PM
Hi,

You are right for the reported behavior. We are aware of that issue and we are currently working on fixing it. You can follow this feedback item in order to be notified whenever we change its status.

Regards,
Pavel R. Pavlov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Chang
Top achievements
Rank 1
answered on 21 Apr 2015, 08:06 AM
Hi,

Thank you for your reply,
2015 Q1 SP1 Hotfix 0420 is OK.

Regards
Tags
RibbonView and RibbonWindow
Asked by
Chang
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Chang
Top achievements
Rank 1
Share this question
or