Hello All,

I am populating my frame from different pages and showing the output as a grid.
Following is my xaml code :-

<Frame x:Name="mainFrame" Grid.Row="1" JournalOwnership="UsesParentJournal" />

and xaml.cs :-

mainFrame.Source = New Uri("Views/ProductsPage.xaml", UriKind.Relative);

But I want to change the selected/unselected (focused/non-focused) row colors in this frame and I am not able to do that.
Could someone please help me with the same ?

Thanks a ton in advance :)

aatish2327 commented: new concept +0

I don't think there's a way as there are no replies but anyways I solved this by changing the background of the rows and alternating rows of the datagrid I am populating data into from one of my Frame's pages which I am calling :)

commented: good try +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.