Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Grid in Tilepane not accessible
posted

Hello,

I'm using the TileView to layout my app and added some objects in the different TilePanes. I've added a Grid, but how can I access the object in code?

Example:

 

 

 

 

 

 

 

<

 

igTV:XamWebTileView x:Name="TileView" ColumnsInPage="2" RowsInPage="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<igTV:TilePane x:Name="PaneTopLeft" Header="PaneTopLeftHeader" SizeChanged="PaneTopLeft_SizeChanged">
<Grid x:Name="GridName"></Grid>
</igTV:TilePane>
<igTV:TilePane x:Name="PaneTopRight" Header="PaneTopRightHeader"></igTV:TilePane>
<igTV:TilePane x:Name="PaneBottomLeft" Header="PaneBottomLeftHeader"></igTV:TilePane>
<igTV:TilePane x:Name="PaneBottomRight" Header="PaneBottomRightHeader"></igTV:TilePane>
</igTV:XamWebTileView>

In the PaneTopLeft_SizeChanged code I want to use the grid GridName,but it is null!

 

Arjan

 

Parents Reply Children
No Data