Tagged Questions
0
votes
2answers
55 views
Get items values of ListBox with SelectedIndex
I've got for example ListBox with two TextBlocks like this:
<ListBox Name="listboxNews"
SelectionChanged="listboxNews_SelectionChanged">
<ListBox.ItemTemplate>
...
1
vote
2answers
92 views
Lazy loading list box, in a panorama page
I wanted to add a lazy loading list box(load content when swipe) in a panorama page in one of my windows phone 7 applications. I could however do it using a pivot page. I referred this link
But this ...
0
votes
0answers
19 views
binding blob urls to a listbox
ive looked at other questions and have tried different solutions but still no luck.
Im struggling to bind images url from my blob to a list box. The code below will return the url to my listbox but ...
3
votes
2answers
50 views
Reverse stack items in the listbox WP7
im currently working on a listbox which displays the recent sites that the user has navigated to. It is working fine, but i need the lists to be displayed stack reversed, like the newest list added ...
0
votes
1answer
23 views
Cannot fire event on non-text region when tap&hold to show the contextmenu in WP7
I want to add the context menu to ListBox in WP7, I modify the data template as following below:
<ListBox Name="lbx1" Margin="10,0,10,0" Height="435" ItemContainerStyle="{StaticResource ...
0
votes
1answer
25 views
Clearing all selected items in _SelectionChanged()
I have a multi-select ListBox and I try to deselect all items like this:
private void _SelectionChanged(object sender, SelectionChangedEventArgs e) {
foreach(var i in e.AddedItems) {
// ...
0
votes
2answers
67 views
ListBox Index returns negative value
I'm creating a windows phone app using MVVM light pattern. I'm having trouble on my list box as it always returning a negative value (-1) for selected index. Does anyone knows how to resolve it?
...
0
votes
1answer
49 views
Listbox item is not getting fired
I am using listbox inside panorama, like if panorama has 5 items then each panorama item contains a listbox.
The listitem is not getting fired at times, mainly for the second time. For the first them ...
0
votes
1answer
69 views
How to display file names from isolated storage in a listbox?
I'm developing a app where i have to display filenames in a listbox, files are created by the user and are stored in a directory created using isolated storage. i'm new to windows phone programming. ...
1
vote
0answers
95 views
Icon in ListBox DataTemplate is not displayed
I have some trouble including an image in a ListBox DataTemplate for Windows Phone 7. This is my DataTemplate
<ListBox Name="MyEfforts" Height="Auto" Width="Auto" Margin="10,50,10,0" ...
0
votes
1answer
50 views
listbox doesnt appear on device
I am developing an app for windows phone and i had recent problem with the list box. This works fine on my emulator but when i deploy on my device, it doesn't show anything but blank. The list items ...
1
vote
1answer
161 views
How to sum up all values in a listbox column and display it in a textblock?
How do I got about summing up the amount in the red box and display it in the textblock (yellow box)?
As you can see from the image below, I have bind my observable collection to the Listbox in ...
1
vote
2answers
80 views
SelectionChanged get Textblock Text/ID
I have som listbox and i need som help to get text from x:Name="ThisID" on SelectionChanged.
I've did something like (sender as ListBox).SelectedItem but more than that, I do not know how to do.
...
0
votes
1answer
82 views
How to make Windows Phone Listbox unscrollable?
I have a Listbox in my Windows Phone application. Now, the listbox is scrollable (by default), so if I touch the listbox with my finger, it scrolls. I want to make it unscrollable (i.e. when I touch ...
0
votes
1answer
127 views
WP7 : access and change controls inside a ListBox DataTemplate based on the data from the database
I know this has been asked before but Im a bit confused !
I'm writing my app with MVVM so far so good. but now I need to know what is the best way to access my controls inside a data template in a ...
0
votes
1answer
181 views
Data Binding in ListBox WP7 error, platform C#
I try to use data binding to add to ListBox in WP7, using C#. But it seems not working and I totally don't know why. Just only row's border is drawn and text's content doesn't display.
Here is a ...
2
votes
1answer
140 views
ListBox SelectionChanged WP7 to navigate with parameters
So, in the Windows Phone 7 app I'm making, I use a ListBox with a SelectionChanged event handler to navigate a user to a new webpage, showing additional information. The MainPage.xaml shows a ListBox ...
-1
votes
1answer
122 views
Listbox and ObservableCollection, repopulating
I have two listboxes, items sources for both listboxes are ObservableCollections of type "Element", depending upon selected Element in the listbox1, i want to show it's subElements in listbox2
here ...
0
votes
2answers
62 views
WP7 Delete item from listbox
I have this listbox in my page:
<ListBox x:Name="lstData" Tap="lstData_Tap" ItemsSource="{Binding
Source={StaticResource favoriteAddressCollection},
...
0
votes
1answer
99 views
Windows Phone Binding Images [duplicate]
Is it possible to bind a collection of images AND change their Canvas.Left and Canvas.Top properties? I know how to bind them to a ListBox, however, I wish to change their location and have the images ...
0
votes
0answers
127 views
WP7 - Listbox with different DataTemplates
I was trying to implement these two tutorials: WindowsPhoneGeek and Henry Chong.
I got this class for listbox:
public class CarListView
{
public ObservableCollection<CarView> ...
1
vote
0answers
123 views
LongListSelector focus on item
I have this LongListSelector in my app page:
<Controls:LongListSelector x:Name="searchList" Margin="0,0,0,0" Background="White" SelectionChanged="DidPressSelectSearchList" ...
0
votes
2answers
176 views
Windows Phone Adding to List issue
(Windows Phone 7 SDK)
Hi,
I have a ListBox named CTransactionList, and adding some items to this listbox by using data bindings. And Here I have a class to evaulate data bindings.(I think my listbox's ...
1
vote
1answer
199 views
Strange behaviour with a lot of data in ListBox and Checkbox [minimal project provided]
For that problem I made a minimal project for everyone to experience this behaviour. I hope it is not just on my engine running like this.
minimal project
In my project I realized a listbox with a ...
0
votes
1answer
186 views
Access control inside a listbox without triggering selectionChanged event
For my listbox in windows phone I added a checkbox for each item with the help of this tutorial (option 2). Before I already had a SelectionChanged event for my listbox. How do I prevent firing the ...
1
vote
2answers
145 views
Upgrade from ListBox to CollectionViewSource not working
I already have a working ListBox with Items from my local database. Now I wanted to upgrade this to a CollectionViewSource for filtering. After my upgrade the new ListBox with CollectionViewSource ...
1
vote
1answer
150 views
Dragging buttons in ListBox in WP7
I am facing a problem in list box which containing a Grid with three buttons.
I have implemented swap feature of buttons inside this grid.
My problem is when I drag button from left to right and ...
2
votes
1answer
475 views
How to refresh listbox in the windows Phone
I have a listbox tuningList containing elements of the List<Tuning> tunings:
private void LoadList() {
foreach (Tuning tuning in tunings)
...
0
votes
2answers
175 views
Set listItem text color in C# code
I have a listBox, which obviously get filled up with list items through data binding. As you'll also probably know is that you specify what a listItem would look like with a listItem template tag like ...
2
votes
2answers
140 views
Bind image from isolated storage and application directory
in my WP7 application I have a listbox containing an image. I include several images within my application, but if an image is not found it should be retrieved from internet and then of course be ...
1
vote
1answer
595 views
Change listbox selected item foreground in windows phone 7
I have the following listbox:
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal" Margin="0,10,0,10">
...
-1
votes
2answers
121 views
What component should i use instead of listbox?
My app shows newsfeed from social network. Every feed has different attachments - images, video, audio, etc, - so every feed has different height. Newsfeed shows in listbox using template selector. I ...
0
votes
1answer
189 views
How to build listbox's items with different controls in one listbox
In my application i show newsfeed from social network vkontakte (russian facebook:) ). I send request to server and receive an xml file, whitch inludes about 50 newsfeed items. Example of xml (2 items ...
0
votes
1answer
56 views
How to make Listbox to not remember its last view
I have a Listbox that bind to an ObservableCollection. In my app, I need to clear this collection in OnNavigatedFrom and read it in OnNavigatedTo to reduced memory.
However, I see that when using ...
1
vote
1answer
165 views
How to keep Virtualizing when style ControlTemplate of ListBox?
I read that when styling incorrectly, ListBox will lose its virtualization. As notacat's answer in this question, his solution is OK.
I realize that whenever I put ItemsPresenter in another ...
2
votes
1answer
103 views
What is BitmapCache in WP7?
I already read this thread, but I don't figure out what BitmapCache does.
According to msdn,
Bitmap caching allows visual elements to be stored as bitmaps after
the first render pass. After the ...
2
votes
1answer
90 views
How to swipe pivot when Listbox is empty
I have a pivot page which have 3 pivot items. In the default pivot item is a ListBox.
I use ObservableCollection to populate this ListBox. When ListBox is populated, I can swipe the pivot.
However, ...
0
votes
1answer
146 views
Checkbox list with images
I made this windows phone user control:
XAML:
<Grid x:Name="LayoutRoot" Height="75" Width="353">
<Image Height="50" HorizontalAlignment="Left" Margin="12,12,0,0" Name="img" ...
1
vote
1answer
98 views
WP7 how to make endless listbox
I see the default Calendar app in Windows Phone 7 has a Day tab. In that tab is a ListBox that can be scrolled endlessly, and very smoothly.
I'm thinking of changing its binding source, but don't ...
0
votes
0answers
51 views
does switching between thread many times affect performance?
I read from an article which states that we should adding items in batch to improve Listbox 's responsiveness.
In order to do that, we must switch to UI thread every certain amount of time (ex. ...
1
vote
1answer
71 views
how to select single item in listbox row
I want to display 3 images in a row in an ListBox. I can't use WrapPanel because it will lose virtualization. So I use VirtualizingStackPanel.
In my ListBoxItem template, I have 3 images in a ...
1
vote
0answers
102 views
scrolling the ListBox is not smooth
My application contains a ListBox, that is binding a large amount of images to be displayed. These images are loaded from a server.
When I use the following code to display images:
BitmapImage image ...
0
votes
1answer
138 views
WP7 how to bind ListBox to a very large data
I want to display a very large number of items to my ListBox. So I use binding like this
listBox.ItemsSource = largeList;
My ListBox does use VirtualizingStackPanel, however, I see that it takes ...
0
votes
1answer
109 views
should we set ItemsSource again or update view model
I have a view model (an ObservableCollection list) set as ItemsSource for a ListBox. When I refresh this view model (get new data from network), should I set ItemsSource again, or just let it notify ...
0
votes
1answer
290 views
How to change run-time list box image path in wp7
I have one list box and this list box contain image control.
I want to chane run time image path on click event of list box item.
How can i change my image control path ?
My code is like this:
...
1
vote
1answer
115 views
Selection changed event also called Lostfocus event?
NET C# ,
In my windows phone 7.5 application , I want to make visible the application bar if any item has selected .. So I am making it visible in selected change event. But what is happening in my ...
0
votes
1answer
318 views
Dynamic background color for border or stackpanel inside dataTemplate
i have this listboxCode
<ListBox x:Name="listaAdd" FontSize="30" Foreground="{StaticResource PhoneForegroundBrush}" ItemsSource="{Binding ListaMercados}" Grid.Row="0" UseLayoutRounding="False" ...
1
vote
2answers
91 views
List item unresponsive on second click event
In my Windows Phone 7 application I have a number of list views. Each listViewItem has a click event (By setting 'selectionChanged' attribute to the listBox in my xaml). Now a very peculiar thing ...
1
vote
1answer
234 views
WP7 how to filter listbox
I have a ListBox which have about 100 items. Now I want to to filter this ListBox based on what user types in TextBox. I want to search real time, so I handle TextBox_OnTextChanged event.
My first ...
0
votes
0answers
47 views
WP7 how to handle listbox when scroll really fast
I'm using ListBox to show about 2000 string items. I want to save memory, so I use VirtualizingStackPanel. The problem is that when I scroll really fast, it shows some blank for a moment, this is ...




