Browse By Tags

  • Single TilePane in Maximized state in XamTileview does not show data. you have to change its state to show the data.

    Hi,

    I am working on single TilePane in XamTileView with Maximized state.

    We have data inside the TilePane which also changes its state with TilePane State. The problem is When you run the project, it does not show initial data if the tilepane is…

  • Tilepane with frame

    Hello, I have a problem when I remove a tilepane with frame and I add a new tilepane with other frame. I have the message "Unable to load the contents of the Uri".

    This is the code: Dim navig As New Frame
    Dim tilePane1 As New TilePane
    tilePane1…

  • BusyIndicator in tilePane

    The busyindicator doesn't seem to display if its inside a tilePane.  It behaves correctly i.e. the button is not available until bsyFoo.IsBusy is set to false.  It seems to work fine if its outside of the <XamWebTileView>.  Is there a workaround…

  • XamWebChart in a TilePane -> Exception in Expression Blend

    Hi all

    I got a tricky error with this Code

        <Grid x:Name="LayoutRoot">
            <igTileView:XamWebTileView Margin="8">
                <igTileView:TilePane Margin="0">
                    <igChart:XamWebChart></igChart:XamWebChart>…

  • How to access the RootBorder of a template in code

    I created a template of the TilePane.  After applying my template to a new TilePane in my WebTileView I want to modify the color of the RootBorder that is defined in the template.

    No matter what I try in my VB code (FindName or GetTemplateChild) I always…

  • Small Issue with the Avee Sample

    I was playing with the Avee Sample and I think i may have found a bug?

    it seems that the Normal Template as well as the Minimized Template have a mouse over feature.  however the firsttime you load up the page (Tiles is normal template) the mouse over…

  • Need to display maximized Tiles side by side

    I set the MaxMaximizedTiles value to 2.  But when I maximize 2 tiles they appear one above the other (in rows).

    I need to show both maximized tiles side by side (in columns).

    How can I do this (if possible) ?