Welcome to the Xceed Community | Help
Community Search  
More Search Options

how to hide/collapse detail toggle in CardflowView3D

Sort Posts: Previous Next
  •  09-03-2009, 3:07 AM Post no. 23693

    how to hide/collapse detail toggle in CardflowView3D

    Hi, i want to hide/collapsed the detail toggle button. Please help. 

    Please see attached image:

    http://dl.getdropbox.com/u/1527438/xceed.png

     

    Thanks,

    jj 

    Filed under: ,
  •  09-03-2009, 1:12 PM Post no. 23709 in reply to 23693

    Re: how to hide/collapse detail toggle in CardflowView3D

    The button you are describing is the "card flipping" button. It cannot be removed unless you redo the DataGridControl template (will post a link in a couple of minutes with a downloadable template), but it can be disabled by setting the CardflowView3D's IsCardFlippingEnabled property to false.
    Senior Technical Writer
    - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  09-03-2009, 1:19 PM Post no. 23711 in reply to 23709

    Re: how to hide/collapse detail toggle in CardflowView3D

    Here is the download link: http://xceed.com/CS/files/folders/jenny/entry23710.aspx
    Senior Technical Writer
    - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  09-08-2009, 1:36 AM Post no. 23797 in reply to 23711

    Re: how to hide/collapse detail toggle in CardflowView3D

    hi!

    tried to access the link in different browsers but its not accessible. 

     

    Thanks 

  •  09-08-2009, 1:39 AM Post no. 23798 in reply to 23709

    Re: how to hide/collapse detail toggle in CardflowView3D

    yes that's what I did IsCardFlippingEnabled="False" however since it has no used i want to set it as collapsed/hidden. Thanks
  •  09-08-2009, 3:36 PM Post no. 23817 in reply to 23798

    Re: how to hide/collapse detail toggle in CardflowView3D

    I renamed the extension of the file from XAML to TXT. Try downloading it again. 

    Sorry for the inconvenience! 


    Senior Technical Writer
    - Xceed Software

    In three words I can sum up everything I've learned about life: it goes on.
  •  09-08-2009, 9:11 PM Post no. 23821 in reply to 23817

    Re: how to hide/collapse detail toggle in CardflowView3D

    Thanks! Got the file
  •  09-08-2009, 10:16 PM Post no. 23822 in reply to 23817

    Re: how to hide/collapse detail toggle in CardflowView3D

    Hi Jenny,

     

    I applied your given resources but still flip is displaying. can you please correct my implementation below. Thanks

     

     <xcdg:DataGridControl Grid.Row="0" Height="534" Name="dgRole" Width="993" ReadOnly="True"
                              AllowDetailToggle="False"
                              Background ="{x:Static xcdg:DataGridControlBackgroundBrushes.ElementalBlue}"
                              BorderBrush="Transparent" EditTriggers="None">

                <xcdg:DataGridControl.Resources>
                    //
    I place the resources here and removed the x:Key
                </xcdg:DataGridControl.Resources>


                <xcdg:DataGridControl.View>
                    <xcdg:CardflowView3D CameraYOffset="-0.14999999999999991" CameraZOffset="0.25" SideCardsXSpacing="0.3" SideCardsZOffset="-0.95" SideCardsYAngle="77" FieldOfView="75" CameraRevolutionYAngle="0" CameraRevolutionXAngle="0" CameraXOffset="0.15000000000000036" IsCardFlippingEnabled="False">
                        <xcdg:CardflowView3D.Theme>
                            <xcdg:ElementalBlueTheme />
                        </xcdg:CardflowView3D.Theme>  
                    </xcdg:CardflowView3D>
                </xcdg:DataGridControl.View>
                <xcdg:DataGridControl.Columns>
                </xcdg:DataGridControl.Columns>
            </xcdg:DataGridControl>

     

     

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.