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

Problem with screen edge detection and overflow panel

1 Answer 84 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 22 Apr 2010, 09:41 PM
Hello,

When using the RadToolBar and the overflow panel is close to the right edge of the screen, the algorithm for repositioning the popup is flawed...  Please see the attached picture.  It's close to where it needs to be but not perfect.  Even as you resize the window the popup attempts to correct itself but doesn't quite figure out exactly where it needs to be.

Here is a quick project to replicate this issue for you:

<UserControl  
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
  xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" 
  x:Class="scratch.MainPage">  
 
  <Grid x:Name="LayoutRoot" Background="White">  
 
    <telerik:RadToolBarTray> 
 
      <telerik:RadToolBar Height="30">  
 
        <Button Width="100" Content="Test1" />            
        <ComboBox Width="100" />              
        <Button Width="100" Content="Test1" />            
        <Button Width="100" Content="Test1" />            
        <ComboBox Width="100" />              
        <Button Width="100" Content="Test1" />            
        <ComboBox Width="100" />              
        <Button Width="100" Content="Test1" />            
 
      </telerik:RadToolBar> 
 
    </telerik:RadToolBarTray> 
 
  </Grid> 
 
</UserControl> 


1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan
Telerik team
answered on 22 Apr 2010, 09:51 PM
Hi Rob,

Thank you for reporting the issue.

According to the report we updated your Telerik points.

All the best,
Ivan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ToolBar
Asked by
Rob
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or