Hi,
I have created a Pivot viewer application. My client required to display some information on mouse over, so I created a default Item Adorner style in Xaml and associated it with the code behind. The problem is the data associated with the PivotViewer is
of type OBSERVABLECOLLECTION<OBJECT>
on click of the button in the Item Adorner, it get a object variable of type OBSERVABLECOLLECTION<OBJECT> say the variable name collection then the data is present in _collection[0] but i'm unable to access it.
The data is generated on the fly using Method & property builders. can any one help me in reading thedata from OBSERVABLECOLLECTION<OBJECT> variable.
Regards,
Vignesh