1

As the title indicate, i'm trying to port ExpanderView from windows phone toolkit and use it with windows store universal app ie. WinRT. After re-writing all the necessary classes from Phone:Toolkit into my app, I just founded that the Header of the ExapnderView is neither showing in design mode or in debug mode.

Can't find out what is the problem with this. Is there anyone who tried the same thing and have a solution? I attached the the classes so you can take a look on it, if you can.

Expander RT codeplex

DreamNet
  • 627
  • 3
  • 8
  • 24
  • 2
    your link no longer works. It may be helpful if you updated the link and/or posted in a more permanent location like Git or elsewhere. There seems to be a ton of interest in this, so even putting the full source in your answer below for both Win and WP would help many folks out. Cheers! – Todd Main Oct 01 '14 at 01:49
  • @ToddMain I'm working on that. Been busy lately. It will be online in 2 Days. – DreamNet Oct 03 '14 at 22:17
  • @ToddMain you can find the link in the answer. – DreamNet Oct 27 '14 at 19:09
  • 1
    wow, thanks so much for both your hard work in porting and in finding it a permanent home! – Todd Main Oct 27 '14 at 22:31

1 Answers1

3

Just found out what the problem was. I missed the style xaml that targets the ExpanderView. If anyone is intresseted in this control for WinRT, both windows 8.1 or windows phone 8.1, please pm me and I will send you the files.

EDIT*** You can find the full Project in codeplex using this link ExpanderRT

DreamNet
  • 627
  • 3
  • 8
  • 24