HiI am using pivot template in my app to develop an app and in my xaml.cs i will like toinitialize more than one index but am getting error is there any way i can do this without getting the following errors "a local variable index is already defined in this scope" and"the call is ambigous between the following properties and methods"I am doing this because my text is getting truncated at the bottom of the textblock. i want the overflow text to continue in pivot template. see my code belowxaml
xaml.cs
Kindly help