Browse By Tags

  • Ignite DataChart tooltip flickers when hosted in XamTile

    We have a SL project that uses Xamtiles to display our dashboard.

    We recently developed an IgniteUI project that is hosted inside a XamHtmlViewer that is in turn hosted inside a XamTile.

    Whenever an IgniteUI Datachart is displayed and then the mouse…

  • How to add use Toggle Button for TilePane Header

    Using VB.NET, I want to use a Toggle Button control in place of the standard TilePane Header button. This would allow my users to easily transition between tile panes without having to use the indistinguishable header button.

    I reviewed the included…

  • about the Template in the XamTileView

    in the XamTileView, we define template for the TilePaneHeaderTemplate, which have a label to show the name & a button to delete this item.

    when we just put it in a single project, it can work well. however when we integrate it into a MVVM project…

  • Is there a way to animate the transitions between pages in the xamTileView?

    We are using the xamTileView to display some Key Performance Indicators. To ensure that the user can always get meaningful information from the KPIs we have limited them to having four on a page at any one time and implemented paging to move between each…

  • LayoutUpdated fires infinitly

    Hello. I've a XamTileManager in a StackPanel.

    In the LayoutUpdated of the XamTileManager event I want to change the text a textblock which is in the StackPanel but that makes the event fire again.

    Why is this happening?

  • XamTileView Minimized Strip height/width

    Hi,

    I am using XamTileView control to display several contents in a window. In this window I've multiple tilepanes and using MinimizedStripHeight and MinimizedStripWidth to set height and width for tilepanes in minimized condition.

    But still I'm having…

  • Element is already child of another element

    Hi,

    The above exception is thrown when running from VS 2010 using the MVVM pattern to set the visibility of a tile.

    Running the published app does not throw any exception at all.

    Hope someone can help me.

    TIA

    Ingo

     

  • xamTileView: Get TilePane details on clicking contained control.

    Hi All

    There are more than 20 TilePane  in xamTileView. There is a button in each TilePane (tile).  On clicking this button, I want to identify the container TilePane of that particular button.

    How can I know thet TilePane detials by clicking contained…

  • Tile minimized didn't change the content template

    I use XamTileViewer.

    defined following datatemplates:

    <DataTemplate x:Key="addressHeader">

                <TextBlock Text="{Binding FirstName}"/>

            </DataTemplate>

            <DataTemplate x:Key="addressTemplateMinimized…

  • Minimized and maximized TilePanes Resizing

    Hi,

    I have to resize the maximized and minimized panes using a splitter like functionality in between them. This is something like user can drag the minimized and maximezed tile panes. Please let me know how can I achive this.

     

  • Minimized tiles do not have the maximize button anymore.

    I have added controls as the content of each pane and those controls contain a XamWebChart. When minimized the content is too large and cannot be contained solely within the minimized tile. In this state the button in the header to maximize the tile is…

  • 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…

  • Add dynamic Tile pane into Tileview

    Normal 0 false false false EN-US X-NONE X-NONE …

  • Horizontal and vertical scroll bars

    Hi,

     

    XamTileView has two properties for setting the visibility of scrolls. Can someone explain how these properties work?

     

    Thanks.

  • Duplicate Tile pane control

    Normal 0 false false false EN-US X-NONE X-NONE …

  • DataTemplate binding

    I am having trouble binding values to my datatemplate, whatever I try causes an infinite loop. I'm not sure if this is the same binding issue that existed in silverlight 3, wich didn't allow you to bind to an element from inside a datatemplate.…

  • In Tile view not able to set XamWebChart datasource.

     

    Hi,

    I am using Tile View control.

    In tile view control i am adding "XamWebChart " chart control in single tile.

     

    As per my requirement, i am adding specific control into specific tile. I have 4 Tile.

    In 4 Tile i have to show XamWebChart…

  • XamTileView Header Styling

    Hi,

    How to change the tile pane's header style? i need header to be look similar like the image below. Is it possible ?

    Thanks in advance.

  • Row and Column span

    Is there a plan to develop Row/ Column span in xamTileView? This will solve 2 issues:

    - variable tile size

    - odd number of tiles

  • Remove the Header

    Hi,

    can i remove the header from the tilepane?

  • XamTileView with an odd number of panes

    Is it possible to have a XamTileView with an odd number of panes other than by setting rows or cols in page to 1 ?

    As I understand things, the number of panes is determined by the RowsInPage and ColumnsInPage properties.

    If I set these to, say, 2…

  • Issue with Maximized Template not showing

    I have a user control that has the following xaml:

    <UserControl>

    <UserControl.Resources>

     

            <DataTemplate x:Key="buttonTemplateMaximized">

                <StackPanel>

                    <StackPanel Orientation="Horizontal" x:Name="spHead…

  • Variable height/width tiles

    Anyone can give me some direction on how can I make the tile panel/container allow for variable height tiles? Ideally I would like to have variable heights and widths as show in the sample WPF app from here: http://blogs.infragistics.com/blogs/jason_beres…

  • How can I programmatically maximize a tile?

    I have a tile view that will be bound to a collection of entities. How can I maximize a specific tile programmatically after the data has been loaded and been bound?

  • Tile Panel sizing question.

    Hello,

    I am completely new to Silverlight development and have been getting use to infragistics controls.  I have a question about using XamTileView.  I have binded a few controls and pages to the individual Tile Panels.  The issue I'm having is with…