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

SubMenuItems moves along with scroll Bar

1 Answer 48 Views
Menu
This is a migrated thread and some comments may be shown as answers.
deepak
Top achievements
Rank 1
deepak asked on 05 Sep 2011, 07:48 AM
I have created a application in which I added a Scroll Viewer and in it a canvas is applied. In canvas  a RadMenu is attached. In it a RadMenuItem is placed. And its sub child is created. When I move the scroll bar child moves along the scroll bar. So please tell me the solution of this problem.

Code is attached here..........
<Grid>
        <ScrollViewer>
            <Canvas Height="2000" Background="AliceBlue">
                <telerik:RadMenu >
                    <telerik:RadMenuItem Header="asd">
                        <telerik:RadMenuItem Header="child"></telerik:RadMenuItem>
                    </telerik:RadMenuItem>
                </telerik:RadMenu>
            </Canvas>
        </ScrollViewer>
   </Grid>

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 08 Sep 2011, 12:42 PM
Hi Deepak,

I have logged this issue into our public issue tracking system. You can track its status here. We will try to fix it for one of our future releases.

Thank you for your feedback.

Kind regards,
Ivo
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Menu
Asked by
deepak
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or