Posts Categorized: Sources

Data-binding PivotItem.Visibility : an helper

Posted by & filed under Dev', Sources.

A common quirk of Windows Phone’s Pivot control API is the lack of support of the Visibility property. The property is held by the Pivot class, but toggling it to Visible or Collapsed does not change the visibility of the PivotItem. In fact the only way to hide a PivotItem is to remove it from […]

SharpKML

Posted by & filed under Dev', Sources.

I have just released on Github a port of the KML parsing library SharpKML for Windows Phone. It contains a port of the full SharpKML lib 1.06 with a partial port of it’s dependency DotNetZip library, and lastly a sample with helpers showing how to parse a KML file use it to draw a polygon […]