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

CardFlow 3D View.. Image shown in wrong place !!

Sort Posts: Previous Next
  •  07-19-2012, 12:09 PM Post no. 32429

    CardFlow 3D View.. Image shown in wrong place !!

    Hello everybody, please i have a big probleme with the cardflow 3D view.. I am using sql server 2008 / visual studio ultimate 2010
    i have a table with a column called image ( vbinary(MAX) ).

    i converted the image to byte[].. but when i use " select " in the datagrid, the image is shown as a column in the back of the card.

    something like --> image : ( The image )

    i want that image to show in it's appropriate place ine the card ( in the front ).

    any idea ?? please help me... and thanks a lot ! 

  •  07-19-2012, 4:37 PM Post no. 32431 in reply to 32429

    Re: CardFlow 3D View.. Image shown in wrong place !!

    Hi Azerty,

    If you would like the image field in your data item to be displayed on the Front surface of the card, you should modify the ImageSurfaceConfiguration property of the CardFlowView3D theme to be "Center". By doing so, the image should appear on the front of the center card. For example:


    <xcdg:DataGridControl.View>
           <xcdg:CardflowView3D>
              <xcdg:CardflowView3D.Theme>
                 <xcdg:ElementalBlackTheme>
                    <xcdg:ElementalBlackTheme.SurfaceConfigurations>
         <xcdg:ImageSurfaceConfiguration xcdg:CardflowView3D.Surfaces="Center"/>
                    </xcdg:ElementalBlackTheme.SurfaceConfigurations>
                 </xcdg:ElementalBlackTheme>
              </xcdg:CardflowView3D.Theme>
           </xcdg:CardflowView3D>
        </xcdg:DataGridControl.View>


    By default, the DataGridControl will automatically detect the image field in your data item and display it on the ImageSurfaceConfiguration area. However, If your data item contains more than one image, you could set the FieldNames property of the ImageRegionConfiguration to the name of the field that contains the desired image.


    Fawzi Bablli
    Developer Technical Support
    Xceed Software Inc.
    Filed under:
  •  07-20-2012, 10:49 AM Post no. 32438 in reply to 32431

    Re: CardFlow 3D View.. Image shown in wrong place !!

    Thanks so much !! Resolved :D !!
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.