I now working on a project using windows 8.1. I have researched and known that pivot control is now being replaced by Hub control. Imagine that I have a list Category like that:
<Category>
<Private>
<Public>
<...>
</Category>
And now I want to create hub sections in xaml page which depend on the number of list Category's children. Please help me to solve it, I have read many documents but I just realized that perhaps hub section can only create manually.