Tagged Questions
-1
votes
2answers
51 views
Load large number of images from URL
I am actually an Android developer, I faced the problem of memory exception when I am loading large number of images into a ListBox.
I have no idea about Windows Phone application development so ...
0
votes
2answers
36 views
DataBinding in Windows Phone is blocking UI threading
I am trying to do the standard - bind a list of data (including images) received from REST API calls in a very quick and smooth manner - a paradox in itself. I have 2 service calls that each take ...
0
votes
0answers
35 views
Adding Image Beside Item in ListBox
im working on a code-editor and I just wanna ask how to add image beside item in listbox/intellisense like in actual code-editor:
sample for an event there will be a different image, same as for ...
1
vote
1answer
53 views
How to get the selected image from the list-box in windows phone?
I use the below code for add images into list box.
public class ImageData
{
public string ImagePath
{
get;
set;
}
public string Name
...
2
votes
2answers
189 views
Show tick image when item is selected in WPF Listbox
I have this simple ListBox which displays a list of images horizontal en vertical.
I have also added a tick image on every image. Now I would like to enable this tick image only when the item is ...
2
votes
2answers
70 views
Loading image from projects files
I'm trying to get png image which is my Resource folder. I tested solution that was written here :Add images to ListBox (c#, windows phone 7). For start I wanted to get the same image for every item ...
1
vote
0answers
61 views
Populate a ListBox with remote image
I am using VS Studio Express 2012 on my Windows 8 machine and developing Win8 Store App, using a trial and free account.
I am using a ListBox in my app and try to populate an image with some other ...
1
vote
1answer
70 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 ...
0
votes
1answer
288 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:
...
0
votes
1answer
92 views
How to databind images from the media library to a listbox?
I want to bind a ListBox with images from the media library.
Till now i have done this but it doesn't seem to work :
xaml code:
<ListBox Name="pictureHolder" FlowDirection="LeftToRight"
...
2
votes
2answers
228 views
How to handle OutOfMemory Windows phone
I have a listbox in which I load images dynamically from the web as user scrolls. Consider it an infinite scroll. My current display size is 72X72. But if I increase the display size to 288x288 (4 ...
0
votes
2answers
108 views
How to use a stub image until the image from web loads?
I have listbox and a data template for it. The listbox and the items in it are binded to a list.
One item in the listbox template is Image and its source is from web, since the source is from web it ...
0
votes
0answers
168 views
Binding mass images to ListBox caused app crash
I had some images stored in isolated storage. And I wamt to a listbox to show them, I did like this:
There was a tmp list which stored the image info: List<ImageInfo> imgInfoLists, each item ...
0
votes
0answers
94 views
Get ListBoxItems as images and print them
I am trying to print the items of a listbox as images in a flow document. The listbox is bound to an observable collection. When I go to print it, only the first item in my lisbox shows. The rest of ...
1
vote
2answers
190 views
Convert ListBoxItem to Image
I have a listbox, whose ItemsSource is binding. Is there anyway to convert each individual listbox item to an image of what is seen on the screen at runtime?
EDIT:
I have this right now, it doesn't ...
0
votes
2answers
35 views
MultiImage WindowsPhone7 Control
I am asking about a wp7 control, which presents an image. I don't know how to do this, and havn't found this in internet. So i need a control, which has different datatemplate depending on count of ...
0
votes
1answer
380 views
Wpf ListBox with text and images
I need to create an ordering list having as elements strings and images (some items are text, other -images). I have to configure this list from code behind, not in xaml.
I created a class :
public ...
1
vote
1answer
1k views
ListBox Displaying Horizontal Images WPF
I'm trying to create a control in wpf/xaml that will display a horizontal list of images. The width of the listbox to be fixed (no scrollbar). When a new item is added the existing items reduce the ...
0
votes
1answer
544 views
full-sized image in popup
I'm using ListBox with custom DataTemplate, in this DataTemplate I have two thumbnails, when user clicks on one of this images I need to display a popup with a full-sized image(something like lightbox ...
1
vote
2answers
180 views
Fastest iteration and display image based on data?
i have a sql database with 10000+ entries that's filled within a wpf listbox. i'd like to display an image based on an integer within a column of the table. i only have >10 choices for each integer, ...
0
votes
1answer
222 views
Silverlight Image Get Source From Location Plus Text Inside Textbox (www.abc.com/photos/111.jpg)
I am using the following code to place an image inside an imagebox in a WinForm application. The form has a listbox with people's names. As the user selects a name the textboxes and imagebox shows the ...
0
votes
1answer
236 views
Listbox height binding not working properly & Image control proportional resizing
During developement of some program I've encountered some problems. The first is that I've bound the 'Height' property of listbox control to 'ActualHeight' of my stackPanel. Here's some XAML code I ...
0
votes
1answer
167 views
Scaling images in a WPF ListBox
I've started developing my code using the example from SO WPF: arranging collection items in a grid. Now, to gain cell selection capability, I renamed each ItemsControl to ListBox, because a ListBox ...
0
votes
1answer
321 views
Load images to listbox through dialog.Trouble with binding
I should load images to listbox.I have a trouble when I choose images, to listbox added only border without nothing and only one, I have debuged my code and in collection 6 bitmap images, but loaded ...
0
votes
1answer
154 views
WPF Pages of images
So i'm new to WPF, and i'm trying to write an application that displays thumbnail previews from images in a folder, and have it if the user clicks on the thumbnail it displays the full image.
Now my ...
1
vote
1answer
389 views
C# images inside of a ListView
I want to make a ListView that has small images, that was taken from a scanner, inside of the ListView. (I have the scanning script done, and it saves the scanned image under C:/Temp/*.jpg. )
What ...
0
votes
2answers
355 views
Image not showing in grid
In my App I want to display a picture inside a listbox, which is linked to objects through databinding.
However, the picture isn't showing up for some reason, and I can't seem to spot the error.
I ...
4
votes
2answers
4k views
Lazy loading of listbox images from isolated storage
I have lots of images stored in isolated storage and want to display them in a listbox. However, I don't want all images to be loaded right away but lazily. So only when the user scrolls to see new ...
1
vote
1answer
260 views
How to assign the source of an image in a style wrapping ListBoxItem
In the following code, there is a style for ListBoxItem, with a textblock and an Image.
The textblock has a binding to the ListBoxItem content, and the Image is set in the style.
I want to be able to ...
1
vote
2answers
711 views
drawn thumbnails in tlistbox
In DelphiXE, I'm using a tFileOpenDialog to select a folder and then listing all the *.jpg files in that folder in a tListBox. I'm allowing the list items to be dragged and dropped within the list ...
0
votes
1answer
1k views
add icon to listbox vb.net
please,
how do i draw image in listbox_DrawItem event by the left side
i already read throught this code, buts its not helping me
Dim targetsize As New Size(16, 16)
Dim img As Image = Nothing
img = ...
3
votes
2answers
3k views
WPF - bind listbox to a ObservableCollection of Images
This should be extremely simple, but I jut can't get it to work...
CustomItem is a class that has a property called ThumbnailImage
I am trying to bind an ObservableCollection to a ListBox to display ...
3
votes
4answers
938 views
Create thumbnails of images and store them in cache
I have a WPF application that has a list box of images. Right now I am using BitmapImage and BitmapCacheOption.OnLoad to load the images. The problem is that when there are a lot of images, the RAM ...
1
vote
2answers
440 views
Displaying images in a list box keeps files locked
I have a list box of images which I am adding programatically from my my pictures directory. I want to be able to put images in the directory and the UI displays it automatically. I also want to be ...
0
votes
2answers
867 views
dynamically adding images to a list box in WPF
I have a WPF application that has a vertical listbox that I would like to programmaticly add images to. I want to be able to use a FileSystemWatcher to monitor the directory that the photos are in ...
0
votes
2answers
969 views
Does the jquery dual-listbox plugin support images (or can it be combined with image combobox plugin)
i am using the jquery dual listbox plugin (which works great)but i want to have images next to the entries on each of the listboxes. I wanted to apply the functionality like you do in this image ...
4
votes
3answers
862 views
Creating a ListBox of images?
How can I create a ListBox control on my Winforms application that has images in an orderly fashion, just like it holds text?
I'd like the images to appear like this:
Maybe I don't even need to use ...
1
vote
1answer
831 views
WPF - Image control inside Listbox
I am displaying images inside the list box. Binding the source of the image control using object through datacontext of the listbox.
Problem: I want to display No image (Image) if the url does't ...
0
votes
1answer
260 views
WPF: Altering a listbox style, smoothening transition between borders
I'm trying to alter the listboxitem style for a silverlight menu.
The result I need should look like something like this
Is this even possible?, if so:
How can i accieve this?
The current Xaml code ...
0
votes
1answer
116 views
image and text in listobx
I want to inesrt one image beside one text,like this I have to include three items in a ListBox in run time.
If the number of items is more than 3,then the last items get removed.
How can I do that ...
1
vote
1answer
5k views
WPF: Adding an image to a ListBox ItemTemplate
I am creating a WPF app with a list box that I am binding to project names. As a decorative element, I want to place a small icon next to each item in the list, similar to the way Outlook does in its ...
0
votes
2answers
355 views
How to Move images from one place to another in a single listbox in a WPF Application
I have Developed a WPF application in which iam adding images to the listbox. Now i want to move the images from one place to another in that listbox. for example - image which is in first position in ...
0
votes
1answer
324 views
I have a listbox with images. I want to select and deselect all the images in that listbox at once
I have a listbox with images. I want to select and deselect all the images in that listbox at once. I am using radiobuttons for that. one radio button is for selecting all the images in listbox and ...
0
votes
1answer
58 views
i have a listbox with images. I want know about number of times the same added to the listbox
I have a listbox with images. I want know about number of times the same added to the listbox. Any solutions for that?
0
votes
1answer
125 views
I have 2 listboxes with images. i want to hide the image of first listbox when i use that image in second listbox
I have 2 listboxes with images. i want to hide the image of first listbox when i use that image in second listbox. and also i want to know the nooftimes that i added image to the second listbox. In ...
2
votes
3answers
4k views
Image thumbnail in a WinForms listbox
I am trying to display a thumbnail inside a listbox in a Windows Form application. I've read around and seen all sorts of suggestions, but I'm looking for the simplest one. Here's the details of ...
2
votes
0answers
6k views
WPF - Multibinding from Two Sources inside the ListBox DataTemplate
I tried to look around to see if I am missing something basic, but I can't seem to understand what I am doing wrong.
I have a listbox where I would like to bind the itemssource to a collectionview ...
1
vote
2answers
1k views
Image Preview in a Listbox
How can I display a preview (almost like a hint) of an image when I hover the mouse over an item in a listbox of filenames? I've tried showing a form and loading the image, but when the preview form ...
1
vote
2answers
2k views
WPF Listbox Image binding question (again)!
This is killing me, I can't get an image to display as a list box item: here is my code:
WPF:
// listbox called lstWidgets
<ListBox.ItemTemplate>
<DataTemplate>
...
0
votes
3answers
822 views
Create custom generic list with bitmapimage
In my WPF project there is a listbox in which I have to display images and next to each image their text (for example : date the photo was taken, location etc).
I have tried creating a generic List ...


