longlistselector Questions

6

Solved

I am using LongListSelector control on Windows Phone 8 and can't figure out the best way to handle a tap on an item. The few examples I've found rely on the SelectionChanged event. However, this so...
Fairyfairyland asked 8/1, 2013 at 12:43

1

I have a longlistselector with certain images that i add in this longlistselector. I also change the margins of this image to make the image go up or down and so on. But i want to put this image in...
Demission asked 3/3, 2014 at 15:46

1

Solved

my concern is to highlight a selected item in my LongListSelector when the user taps on it. I tried this solution: http://code.msdn.microsoft.com/windowsapps/Highlight-a-selected-item-30ced444#co...
Spoliate asked 31/7, 2014 at 22:49

2

Solved

In WP8, they forgot to provide SelectedItem as a dependency property, hence I'm not able to bind to it. I fixed that using this: http://dotnet-redzone.blogspot.com/2012/11/windows-phone-8longlistse...
Undine asked 5/3, 2013 at 19:44

3

Solved

I'm using the LongListSelector to realize List or Grid display for my items. For this, I created a DataTemplateSelector and I change the LayoutMode property at runtime. This is working but there se...

2

I am using listbox and wrappanel for displaying data. For example: <ListBox ItemTemplate="{StaticResource ItemTemplateListBoxAnimation}"> <ListBox.ItemsPanel> <ItemsPanelTemplat...

3

Solved

I am having trouble getting my long list selector to work properly. When the list is taller than the screen, the long list selector stays static and I am unable to scroll to see all of the items. ...
Barge asked 31/12, 2012 at 5:25

1

Solved

I have a WP8 LongListSelector with the following template: <DataTemplate x:Key="ItemTemplate"> <Grid Margin="0"> <Grid.ColumnDefinitions> <ColumnDefinition Width="110"/&g...

1

Solved

In WP7, the LongListSelector had a underlying ScrollViewer, from which I could recover the vertical offset of the list. But in Windows Phone 8, there's no underlying ScrollViewer nor any similar cl...
Hellfire asked 27/2, 2013 at 19:55

2

Solved

I have a UserControl that needs to contain a bunch of controls on top and a LongListSelector below them. Total height of the whole UserControl may (and almost always will) exceed the screen height ...
Corpulent asked 18/1, 2013 at 21:41

2

In toolkit LongListSelector, there used to be a property IsFlatList which needed to be set to true to display flat list without any grouping. But in the LongListSelector provided in phone control, ...
Hogweed asked 8/1, 2013 at 8:7

3

Solved

With the latest update to the Windows Phone Toolkit they have overhauled the internals of the LongListSelector for the Mango release. One of the changes was removing support for the GetItemsInView(...

2

If you put your Windows Phone Emulator or device into Japanese, Korean, or other non latin languages and use the people app, their implementation of the LongListSelector shows Japanese grouping cha...

1

I'm trying to create a descendant class from the silverlight toolkit LongListSelector. Let's call it SimpleLonglistSelector. I started from the "Silverlight for Windows Phone Toolkit Source & S...
1

© 2022 - 2024 — McMap. All rights reserved.