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

Clicking and dragging inside of a tab item drags the header

2 Answers 130 Views
TabbedWindow
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Richard asked on 07 Jun 2019, 02:16 PM

This is hard to explain but easy to replicate. 

In my app I have a grid that you can select rows by clicking and dragging a selection area. However a lot of the time you cannot click and drag because the Tab Header seems to capture that even and you end up dragging the header around. 

It happens with any control in a tab item that has a background even a simple grid. 

Thanks,
Richard

<Grid>
    <telerik:RadTabbedWindow >
        <telerik:RadTabbedWindow.Items>
            <telerik:RadTabItem Header ="Tab 1">
                <telerik:RadGridView/>
            </telerik:RadTabItem>
 
            <telerik:RadTabItem Header ="Tab 2">
                <Grid Background="AliceBlue"></Grid>
            </telerik:RadTabItem>
 
        </telerik:RadTabbedWindow.Items>
    </telerik:RadTabbedWindow>
</Grid>

 

2 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 10 Jun 2019, 10:39 AM
Hi Richard,

This is an issue in RadTabbedWindow and we logged it in our feedback portal where you can track its status. We will do our best to have it fixed for the upcoming Service Pack next week.
Please excuse us for any inconvenience caused.

Regards,
Petar Mladenov
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 10 Jun 2019, 01:28 PM

Thanks Petar, that is really appreciated. 

Tags
TabbedWindow
Asked by
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Petar Mladenov
Telerik team
Richard
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or