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

ScrollViewer and RadGridView

0 Answers 48 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Leonard
Top achievements
Rank 1
Leonard asked on 25 Jun 2013, 02:23 PM
Good morning.

I have the following problem:

I have a ScrollViewer and inside i have a GridView, when a column has Width="*" and this causes that width of the grid is too big and not have size of the View.

For Example

<ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto" BorderThickness="0" Padding="0">
                    <telerik:RadGridView  MinHeight="200" 
                                         ItemsSource="{}" Margin="0,13,0,0"  
                                         RowDetailsTemplate="{}" CanUserResizeColumns="False" 
                                         RowDetailsStyle="{}"  
                                         EnableColumnVirtualization="false" EnableRowVirtualization="True"
                                         ShowGroupPanel="False" 
                                         ScrollViewer.HorizontalScrollBarVisibility="Disabled" 
                                         ScrollViewer.VerticalScrollBarVisibility="Disabled" >
                        <telerik:RadGridView.Columns>
                            <telerik:GridViewDataColumn  HeaderCellStyle="{}" DataMemberBinding="{}" Header="NAME" MinWidth="180"
Wdith="*" 
/> Thanks.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Leonard
Top achievements
Rank 1
Share this question
or