I have a Windows Runtime application on the Windows 8 Store and would like to use some similar features in my new (and first) Windows Phone 8 phone app.
Is there a ListView native to Windows Phone 8? Or can we use a ListView in a Windows Phone 8 app? I could not find one in the Toolbox.
If there is no ListView, is it possible to have some kind of a list, that allows for Horizontal orientation (meaning, all list items are presented horizontally - not Top-Down)?
And what about a FlipView control? Can we use the Windows 8 Metro FlipView control in a Windows Phone app?
you can review this link for difference in Xaml Controls between Windows 8 and Windows Phone 8:
XAML controls comparison between Windows Phone 8 and Windows 8
you will find that there is no ListView Or FlipView in Windows Phone 8 . may be you can use insteas LongListSelector
Related
I am converting an app from Windows Phone Silverlight to RT, this app can zoom image and it use ViewportControl for this function, but when I used this control on XAML Page of Windows Phone 8.1 RT, there is no control has that name. Does Microsoft provides any replacement for this control, thanks a lot!
I suggest you use the ScollViewer. In the Windows Runtime it has more options then the Silverlight one. Use the ViewChanged to get the offsets and modify the position by using ChangeView()
Change the language on windows phone 8.1 From The app not need to change language and then restart the phone , If i clicked on combobox and choose Arabic or English change the application UI Language
I Tested this but didn't work !! C# Windows Phone 8.1 Language selection
I am developing a Windows Phone 8.1 Silverlight application. Its very similar to a e-commerce app. I need something similar to a ListView. But that is not supported in Silverlight apps due to the missing Windows.UI.Xaml in them. So any suggestions for alternatives and corresponding template???
Thanks in advance.
i have seen a way to detect end of listview for Windows 8 app and i was wandering how to achieve this in 8.1 (being precise - for windows phone 8.1).
I tried this method but this works with windows 8 - i dunno how to get scrollview from listview in 8.1 (or is it even possible?).
Is there any other way?
How can I change textbox caret color in windows phone 8.1 universal app? in windows phone 8 we used TextBox.CaretBrush to change caret color. But this is missing in windows phone 8.1 WinRt. Is there are way to change caret color?
In Windows Phone universal app, we can't use CaretBrush any more.
Windows Phone 8.1 (Silverlight) vs Windows Phone 8.1
But we can change background of TextBox when Focus and UnFocus, So the caret can be seen.