using System.Windows.Controls;
using System.Windows.Controls.Pivot;
namespace PivotViewerDemo
{
public class MetroPivotViewer : PivotViewer
{
public override void OnApplyTemplate()
{
base.OnApplyTemplate();
// an alternative to changing style is to do magic here...
}
}
}
No comments:
Post a Comment