We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

scrollbars not working what am I doing wrong

Ok i'm at a loss, below is a small xaml window I created to figure out how to get scrolling working with the TileViewControl. I would like 3 columns and 2 rows of showing and be able to scroll to the others items.

<Window
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:syncfusion="http://schemas.syncfusion.com/wpf" x:Class="WpfTileTest.MainWindow"
        Title="MainWindow" Height="600" Width="800" ResizeMode="CanResizeWithGrip">
   
        <DockPanel Width="auto" Height="auto"
            >
            <syncfusion:TileViewControl Margin="25"
                            Width="750" Height="500" ColumnCount="3" RowCount="2"
                            SplitterVisibility="Visible" UseNormalState="True"
                            SplitterThickness="5" MinimizedItemsPercentage="30" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible" >
                <syncfusion:TileViewItem Header="1" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent" />
                <syncfusion:TileViewItem Header="2" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="3" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="4" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="5" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="6" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="7" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="8" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="9" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>
                <syncfusion:TileViewItem Header="10" OnMinimizedHeight="300" OnMinimizedWidth="300" Content="TileViewContent"/>    
            </syncfusion:TileViewControl>
        </DockPanel>
</Window>

Could someone tell me what i'm doing wrong or at least point me in the right direction.

Thanks

1 Reply

KP Karuppasamy P Syncfusion Team January 3, 2013 12:42 PM UTC

Hi John,

 Sorry for the delay in getting back to you.

 We have logged a defect report internally with the issue “TileViewControl Scrollbar not working”. As per our Forum regulations, we will not be able to share the fix for this issue. However, if you are interested in receiving the fix for this issue, then, we would request you to use our Direct-Trac Support system to resolve all your technical queries.

 For more details, please login to http://www.syncfusion.com/Account/

and we will be happy to help you.

Please let us know if you have any queries.


Regards,

Karuppasamy P


Loader.
Live Chat Icon For mobile
Up arrow icon