LongListSelector is a part of Silverlight toolkit for Windows Phone. Very Popular tool among developers for rendering list to UI
0
votes
0answers
3 views
How can I open a LongListSelector with the groups collapsed in WP7?
I have a LongListSelector that displays lots of items. When the longListSelector is opened, I see the groups expanded i.e. the items are displayed within the groups. I want the longList Selector to ...
0
votes
0answers
21 views
Exception when Removing Items on wp8 longlistselector
I’m having an issue with removing items with the WP8 LongListSelector control.
I bind ItemsSource with ObservableCollection and I have 5 items on the list.
If I call remove Item ( Items.RemoveAt(0)) ...
1
vote
0answers
19 views
How to display images of different height in listview on Windows Phone 8
Does anyone know how to develop something like this on Windows Phone 8?
http://sdrv.ms/17PUTs4 "Snapshot of an existing app"
I know I can use WrapPanel to get multi-column list view but I don't know ...
0
votes
2answers
28 views
Ungrouped Long List Selector
Okay, So I am trying to bind a list of objects with a DisplayName property to a long list selector.
XAML Code
<phone:LongListSelector x:Name="lls_TemplateFields" HorizontalAlignment="Left" ...
0
votes
1answer
23 views
long list selector not scrolling properly
My LongListSelector is not scrolling properly. When I scroll the list, it automatically reaching back to the top with its rubber band effect.
xaml is
<Grid x:Name="ContentPanel" ...
0
votes
2answers
60 views
Windows Phone - Create ViewModels within method
I'm using plain models (entities) for the database and bind them to the view. This works great for me, but now I have a "special" requirement and I think a ViewModel is teh right way.
Currently, I ...
1
vote
1answer
40 views
Viewing the top items in a LongListSelector on WP8 when SIP is open
I have an app that uses a LongListSelector to display a list of items, at the bottom of the page I have a TextBox. When the TextBox is tapped, the SIP displays itself. At this point, I'm unable to ...
1
vote
1answer
24 views
Checklist in longlistselector cropped when shown in WP8 XAML layout
Trying to get to grips with Windows Phone 8 and XAML, I started a simple test project. I have in my pivot view a longlistselector showing data entries in a flat list; when the user wants to remove ...
0
votes
0answers
44 views
Windows Phone Toolkit 8 - LongListMultiSelector slides left
If I select a checkbox item in WP8 Toolkit's LongListMultiSelector and then I deselect it, the entire list's checkboxes slide to the left and out of view. Only by clicking on a list item can I see ...
0
votes
0answers
117 views
WindowsPhone 8, LongListSelector and ObservableCollection weirdness
Can anyone explain why this is behaving oddly?
What it should do is increment a count and output it on the row, one at a time, starting a new row every 3. i.e.
1
1,2
1,2,3
1,2,3
4
1,2,3
4,5
...
0
votes
1answer
21 views
Is there any way of unregister a longlistmultiselector from an ObservableCollection?
I have an app with a list of photos on an ObservableCollection. I'm using that list as source for longlistmultiselectos on diferent views.
Now I realize that the views that use that ...
0
votes
0answers
34 views
Share a common observable collection for both list and grid layout in long list selector?
I have a list of items that are displayed in portrait orientation in a wp8 app. I have defined GroupHeaderTemplate and JumpListStyle, so it neatly shows as a grouped list. I created a KeyedList class ...
-2
votes
0answers
66 views
LongListSelector items reflection
<phone:LongListSelector.ItemTemplate>
<DataTemplate>
<StackPanel>
...
0
votes
0answers
44 views
WP8 LongListSelector subgroups?
In Windows Phone 8 I have a longlistselector bounded to a grouped list in which items are sorted by date.
Per group I need to sort by hour.
21 may 2013
10h
item
item
item
12h
item
item
22 may ...
0
votes
1answer
121 views
LongListSelector get selected index
Is there a way to get the index of a particular element from a LongListSelector control? I'd like to remove the object the user has selected but there doesn't seem to be a straightforward way of doing ...
-1
votes
3answers
163 views
LongListSelector in WP8
I am trying to create my first WP8 application. I have good experience on Silverlight & WPF however this is not a cake for me which I expected :(.
I am making a Create Employ Form in which user ...
1
vote
1answer
133 views
How do I show multiple columns in a LongListSelector?
How does one get a LongListSelector to show items in multiple columns?
Suppose that three "items" are enough to fill the screen vertically but there is still enough room horizontally for another ...
0
votes
0answers
45 views
binding files to longlistselector
Trying to learn Win Phone 8, following along an online tutorial. In the tutorial, the guy uses the ListBox to show files, which is working fine for me.
However, I thought we're supposed to use ...
0
votes
0answers
104 views
LongListSelector, pull when few items (pull to refresh issue)
I have a pull to refresh solution for LongListSelector in wp8.
When there are only a few items so that all can be contained without scrolling, I don't get any scroll movement when pulling on the ...
0
votes
0answers
77 views
Binding GridCellSize to LongListMultiSelector results in error: Value does not fall within the expected range
I get a design-time error when binding the width of a GridCell in my 'toolkit:LongListMultiSelector' to the width of the containing 'toolkit:LongListMultiSelector'.
<toolkit:LongListMultiSelector ...
1
vote
1answer
331 views
How to Bind text value of a textblock inside a dataTempalte of Listfootertemplate of a Longlistselector
I have a TextBlock in the datatemplate of ListFooterTemplate of LongListSelector,to which I give a Collection as Itemssource,I want to bind the Text Property of TextBlock to a string in the ...
1
vote
0answers
79 views
LongListSelector: Strange result when filtering items
Here is my XAML code. Currently, LongListSelector is displaying two TextBoxes; City and Country.
<DataTemplate x:Key="LongListSelectorItemTemplate">
<ListBoxItem>
...
0
votes
1answer
231 views
WP7 - LongListSelector, how to hide vertical scroll bar
I need to hide vertical scrollbar in LongListSelector. For this I use:
ScrollViewer.VerticalScrollBarVisibility="Hidden"
in ListBox it works well but in LongListSelector it doesnt work.
This is my ...
1
vote
0answers
101 views
LonglistSelector can't scroll to last item when decrease height of it
I'm a new in WP8.
I have a problem with longlistselector.
I have a longlistselector and I scroll it to last item. It's OK.
But when I decrease the height of it and scroll it to last item. but The ...
3
votes
2answers
1k views
How to create LongListSelector with c# code
I am new to development,I am trying to create LongListSelector with C# code but not succeeded.
Could anyone help me to create this.
my Xml code is-
<phone:LongListSelector ...
1
vote
2answers
181 views
LongListSelector with horizontal Scrolling - WP8
Is there any way to make LongListSelector scroll horizontally?
By Default its scrolling vertically. There is no ItemPanel property or ScrollViwer available to change the orientation.
Any help will ...
0
votes
0answers
128 views
Memory issue with LongListSelector Windows Phone 8
I am developing windows phone 8 app and using this peice of code http://pastie.org/7281191
while downloading image from server it's working fine but after some time it crashes automatically and shows ...
0
votes
0answers
156 views
How to add a Flick gesture to LongListSelector wp7
I have a LongListSelector and I want to add a Flick gesture to it. I want to mimic iOS swipe to delete action.
I only managed to add the Flick event to the whole LongListSelector, but I couldn't get ...
0
votes
1answer
356 views
LongListSelector dont show items
I implement LongListSelector because I want group items. But this LongListSelector dont show any item when I run it.
This is my XML source:
<?xml version="1.0" encoding="utf-8"?>
<Tasks>
...
2
votes
1answer
464 views
ItemsPanel property in Longlistselector control Windows Phone 8 SDK
Does anybody know if the Longlistselector control from Windows Phone 8 SDK (not Windows Phone toolkit for WP 7.5) has the ItemsPanel property or an equivalent?
The ListBox control has such property, ...
2
votes
0answers
214 views
LongListSelector cannot change ItemsSource
I can't seem to be able to change the ItemsSource in LongListSelector. After doing some research, it appears that LongListSelector ignores any changes in ItemsSource. Am I correct?g
If yes, is there a ...
0
votes
1answer
120 views
Reduce number of items that LongListSelector creates on startup
I know that LongListSelector does UI virtualization, that is it creates a number of items sufficient to fill the screen plus a few more beyound that and then as user scolls content LongListSelector ...
2
votes
2answers
240 views
WP8 LongListSelector memory leak
I made a test application:
https://dl.dropbox.com/u/16063542/TestImageMemory.zip
It consists of three pages:
Starting page.
Page showing a list of images using ListBox
Page showing a list of ...
1
vote
2answers
208 views
Bind a string in LongListSelector from MySQL database in Windows Phone 8
I'm new to Windows phone 8 esp when using the LongListSelector. I am trying to fetch a list from MySQL database and bind it in the LongListSelector. In my code it is only displaying the MessageBox ...
0
votes
1answer
500 views
How to Access Longlistselector children object in windows phone 8
How can i get access to longlistselector items.
My XAML is:
<Grid x:Name="ContentPanel" Grid.Row="1" HorizontalAlignment="Left" Height="Auto" Margin="30,20,0,0" Grid.RowSpan="2" ...
0
votes
1answer
138 views
What is the currently active LongListSelector Group Header
In my Windows Phone 8 application I have use a LongListSelector control from the SDK to display hierarchical data.
How can I find out (from within my application button click handler) what the ...
2
votes
1answer
859 views
WP8 LongListSelector SelectedItem not bindable
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: ...
1
vote
1answer
380 views
Phone 8 XAML: Horizontal Alignment in LongListSelector
I've got a long list selector.
All I want to do is to align two elements inside the ItemTemplate:
1. a button to the right with a given, fixed width
2. a text panel to the left that fills the ...
0
votes
0answers
76 views
ArgumentOutOfRange exception using longlistselector in windows phone 7
I am using longlistselector for displaying phone contacts. The code is shown below:
public class LongListCollection<T, TKey> : ObservableCollection<LongListItem<T, TKey>>
// ...
0
votes
1answer
192 views
wp8 LonglistSelector AnimateTo
I want to scroll to the last item on my longlistselector in WP8, using animation. I can see that in wp7, LongListSelector had a AnimateTo method. Now it does no longer. Any advice of how to animate ...
2
votes
1answer
360 views
Why does WP8 LongListSelector incorrectly re-use Checked state of CheckBox?
I have a WP8 LongListSelector with the following template:
<DataTemplate x:Key="ItemTemplate">
<Grid Margin="0">
<Grid.ColumnDefinitions>
...
0
votes
1answer
1k views
WP8 LongListSelector popluating list
I've been trying to implement LongListSelector and I've been unable to find any good WP8 tutorial.
The best thing I've found is WP7tutorial.
I've followed the tutorial till step 21, but my result ...
0
votes
1answer
181 views
ProgressBar behaves incorrectly when enclosed in LongListSelector
In my WP8 app I use Background Transfer Sevice and LongListSelector with ProgressBar as it's DataTemplate to display items download progress to user. The problem is that ProgressBar does not show real ...
1
vote
1answer
482 views
How can I get the VerticalOffset of a LongListSelector in WP8
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 class ...
1
vote
0answers
146 views
How to filter Longlistselector WP7
I got problem while try to filter LongListSelector with textbox in WP7. I want to
Group A:
AABBCC
AABBDD
AABBEE
Group B:
BBCCDD
BBDDEE
BBEEFF
When i type the text "BBCC" in textbox, the list will ...
0
votes
0answers
60 views
how to bind data from xml link using longlistselector
I want show out put like this for windows phone 7
category Name1
title 1
title 2
thumb_image
category Name2
title 1
title 2
thumb_image
I used longlistselector but i ...
1
vote
2answers
609 views
How to access Components/Elements of UserControl in Windows Phone 8
I had developed UserControl for my windows phone 8 which is as follows.
<UserControl x:Class="SpinrWindowsMobile.UserControls.ProgressiveLongListSelector"
...
0
votes
1answer
50 views
I cant get LongLister Toolkit in my system
Hi I got following error
I added reference from phone.controls.assembly.toolkit but it doesnt work
The tag 'LongListSelector' does not exist in XML namespac ...
1
vote
1answer
91 views
Performances problems with back button when I have severals LonglistSelector with Images on WP8
In my windows phone app, I have a Page with 7 pivots items, each pivot contain one listbox, in each listbox I have one image per item (load from web). when I click on one of them, I go to another ...
0
votes
2answers
337 views
LongListSelector Empty View when no items are available
is there anything comparable to the Empty View of Android Lists when I'm using the LongListSelector in WP8? My app loads data from the internet and when there is initially no data available, I want to ...



