Skip to content

Instantly share code, notes, and snippets.

@tmyt
Created February 23, 2015 14:51
Show Gist options
  • Save tmyt/357c1ede5e115605ad74 to your computer and use it in GitHub Desktop.
Save tmyt/357c1ede5e115605ad74 to your computer and use it in GitHub Desktop.
<!--
This XAML and ExtendedListView 0.0.5.2, I got this exception.
--
System.ArgumentException: Value does not fall within the expected range.
at Windows.UI.Xaml.FrameworkElement.MeasureOverride(Size availableSize)
--
-->
<Page
x:Class="App52.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App52"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:extendedListView="using:ExtendedListView"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
<extendedListView:ExtendedListView x:Name="listbox" />
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment