Arranges and virtualizes content on a single line that is oriented either horizontally or vertically.

learn more… | top users | synonyms

0
votes
1answer
26 views

VirtualizingStackPanel Loses images when scrolled off screen

I have a GridView that has a VirtualizingStackPanel as the ItemsPanel. The items are bound to a collection of my model objects on my viewModel. The specific properties that I am binding to in the ...
0
votes
1answer
22 views

VirtualizingStackPanel not aligning menu items vertical on applying theme

Before applying WPF theme - BureauBlue.xaml theme, I can see menu items aligning vertically with the below code: <Menu.ItemsPanel> <ItemsPanelTemplate> ...
1
vote
1answer
62 views

WP7 - VirtualizingStackPanel bottom margin does not work

I have VirtualizingStackPanel in ListBox ItemsPanel. If I set Margin="0,0,0,50" then margin is not showed but if I set left margin (or top or right) Margin="50,0,0,0" then margin works correct. If I ...
0
votes
0answers
71 views

improvee Silverlight toolkit treeview hierarchical list performance

I'm trying to create a checkbox treeview list with 10000 items, the browser get stuck and crashes. is there any option to reduce the memory use? and to improve the performance? or to support ...
0
votes
0answers
144 views

WPF Virtualized ItemsControl ScrollChanged behavior changed in .Net 4.5?

One of our applications contains a UserControl where we have multiple layers of ItemsControls that are kept in sync when scrolling. The ItemsControl is virtualized. The application is targetting .Net ...
1
vote
0answers
62 views

How to decorate VirtualizingStackPanel

Is there a simple way to decorate VirtualizingStackPanel? If I put VirtualizingStackPanel directly in ScrollViewer, virtualization will work. My goal is to override the Decorator.OnRender() method and ...
8
votes
0answers
490 views

Scrolling in virtualized WPF TreeView is very unstable

If virtualizing is enabled in TreeView with items having various sizes, multiple problems appear: Vertical scroll bar changes its size randomly and doesn't remember sizes of elements after viewing ...
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
167 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 ...
1
vote
3answers
182 views

WP7 Listbox how UI virtualization work

I'm using ListBox which has VirtualizingStackPanel, which is said to support UI virtualizing by default. However, when I set my listStudent (of type ObservableCollection, and have 5 Students in it) ...
0
votes
1answer
184 views

WP7 Listbox how to show load more item

I know that the Windows Phone 7 ListBox use VirtualizingStackPanel by default to optimize memory. However, when I add more items to the view model, the listbox doesnot show those new items. I must ...
0
votes
0answers
130 views

WP7 Listbox how to load more item efficiently?

I have a ListBox in WP7, and set its ItemsSource using a ObservableCollection<Student> students. When I scroll down to the bottom of the Listbox, I make Http request to load more Student to my ...
1
vote
0answers
78 views

Inheriting VirtualizingStackPanel, InternalChildren.Count returns zero

I implement some additional logic for elements arrangement. I override MeasureOverride and ArrangeOverride. If I inherit from StackPanel everything works. What is not the case for ...
0
votes
2answers
380 views

Scrolling to an element of a virtualising ItemsControl

I have a ItemsControl which displays its items in a ScrollViewer, and does virtualisation. I am trying to scroll that ScrollViewer to an (offscreen, hence virtualised) item it contains. However, since ...
10
votes
4answers
521 views

VirtualizingStackPanel and TextWrapping bug? Windows Phone

I have a strange behaviour with VirtualizingStackPanel. I have a list with items that contains TextBlock with TextWrap="Wrap". Here is the code: <ListBox x:Name="messagesList" ...
0
votes
1answer
102 views

how to create a calculator like interface with xaml?

I wish to use XAML to create a calculator like interface.It should contain buttons upto 1000. I've read about virtualizing stack panel but i'm not sure how to use it with a listbox and do data binding ...
2
votes
0answers
256 views

WPF Listview Virtualization mode gives issues while binding

I have created a new class (derived from listview). This listview is part of a view, which has a viewmodel. This viewmodel has two main properties - 1)myView(ICollectionView)...and isWritable(bool). ...
0
votes
0answers
159 views

VirtualizingStackPanel erratic behavior when resizing

I'm working on custom control which uses VirtualizingStackPanel with mode set to "recycling" and I run into following problem: http://i.imgur.com/XoarX.png It happens when I "play" with columns width ...
0
votes
1answer
407 views

Referencing an item in a VirtualizingStackPanel

I'm playing with the "Grid Application," which is a C++ Metro app template provided by VS11. The main display is a collection of items displayed in a VirtualizingStackPanel: <ScrollViewer ...
0
votes
1answer
190 views

What would cause a Virtualizing ListView to sometime generate all items?

EDITED for clarity: I have 2 ListView i my application. The first one contains a List < KeyPair< String, List< Elements > >. The display of the items in the list is templated to show only ...
0
votes
2answers
1k views

Is it possible to override the ItemsPresenter to use a Virtualizing StackPanel instead of a regular stack panel?

Background I have a custom control that inherits from a TreeView and is modified to display in a data grid style. The problem I am seeing is with performance when expanding the tree. This is common ...
3
votes
1answer
525 views

Virtualizing Panel that doesn't crop items

So, it looks really silly to have a chrome-less collection if the items are getting cut/cropped at the end of the scroll region. I want to create a virtualizing panel for collections ...
2
votes
1answer
795 views

VirtualizingStackPanel not handling collapsed items correctly

I am having a ListView in wpf which is used to display list of fields; based on a property value some of the fields can be collapsed at run time. Its working fine except that ListVIew does not ...
2
votes
1answer
212 views

Rendering issues with items in ItemsControl

I'll keep it concise. I have a ListBox that implements an ItemTemplate. The DataTemplate contains a checkbox. I load about 2000 items. I check the first 5 items, scroll to the bottom and select the ...
4
votes
1answer
2k views

Synchronizing multi-select ListBox with MVVM

I have two views of some data: a list view (a ListBox now, but I've been meaning to switch to ListView) and a fancy graphical representation on a map. In either view the user can click an object and ...
1
vote
1answer
296 views

virtualizingstackpanel and height

If I have a virtualizingstackpanel inside of my scrollviewer then how does my scrollviewer know what height the scrollbar needs to be? For example if I have 10,000 items how does it know that I have ...
1
vote
2answers
657 views

Virtualizing WrapPanel for WP7

I need to create a wrap panel with my facebook friends, meaning the itemcount is over 400, and it takes 5-10 seconds for all the items to load. <ListBox.ItemsPanel> ...
2
votes
2answers
242 views

VirtualizingStackPanel doesn't clear the text of TextBoxes in the ItemTemplate

I have ItemsControl with VirtualizingStackPanel as items panel like this: <ItemsControl Style="{StaticResource ItemsControl}" Name="itemsControl" Margin="0,100,0,0" ...
4
votes
2answers
445 views

Virtualizing Stack Panel Returning Null Selected Item

I was using a stack panel to display listbox items, but when I decided to change it to a virtualizing one the selected item was null sometimes. Here is part of the DataTemplate I was using to invoke ...
2
votes
1answer
868 views

VirtualizingStackPanel on a Treeview ist not Virtualizing

I've got a problem here, I want to show some items in a TreeView, about 100.000 Elements. If i use the default WPF TreeView everything seems to work, but if i use a custom-TreeView (which is at the ...
1
vote
4answers
1k views

WP7: When does the ListBox use VirtualizingStackPanel?

Everybody says the default ItemsPanel for a ListBox is a VirtualizingStackPanel. I created a ListBox-derived class (call it MyListBox) and it defaults to StackPanel instead. I mean I have to force ...
0
votes
1answer
500 views

Wpf Xbap TreeView VirtualizingStackPanel bug?

I have a TreeView with VirtualizingStackPanel on. The TreeView has a "Level 1" TreeViewItem, and I bind this TreeViewItem to a 10k items list. Each children is also another TreeViewItem. ...
1
vote
1answer
1k views

“BindingExpression path error” using ItemsControl and VirtualizingStackPanel

I'm using Silverlight on Windows Phone 7. Is it normal to get loads of "BindingExpression path error" debug messages when using a VirtualizingStackPanel? I think it is happening because the visual ...
3
votes
1answer
472 views

How does VirtualizingStackPanel decide when to unload (dispose?) of virtualized controls?

I'm working with an ItemsControl using a VirtualizingStackPanel in its ControlTemplate. I've got the virtualization working, to some extent. I've put debugging statements in the Loaded and Unloaded ...
0
votes
1answer
3k views

Proper usage of VirtualizingStackPanel in WPF

Can somebody please tell me how to properly use the VirtualizingStackPanel in WPF ? I've set a VirtualizingStackPanel in my ItemsPanelTemplate for my ItemsControl, and set it as my ItemsHost, but when ...
2
votes
1answer
2k views

adding a header to a listbox's scrollviewer and keeping the virtualizingStackPanel (wp7)

I want to add a header to my ListBoxes and I do this by using a template. The problem is that if I extend the ListBox's template it seems that the listbox's virtualizingstackpanel doesn't work anymore ...
0
votes
1answer
292 views

WPF Validation inside UI Virtualized ListBox

I need to do some kind of data validation in a WPF application I am developing As far as I know, when you add ValidatesOnDataErrors=True to the Binding, everytime the Binding is resolved (it can be ...
10
votes
1answer
1k views

what is the actual difference between Recycling/Standard of VirtualizationMode property in VirtualizingStackPanel?

What is actually happening in VirtualizingStackPanel.VirtualizationMode = Recycling/Standard.?
0
votes
1answer
2k views

VirtualizingStackPanel stops working when overriding the default control template for ScrollViewer

I have a listbox with a lot of items which are expensive to render. However the VirtualizingStackPanel takes care of that by only rendering the visible items. I want to override the control template ...
3
votes
1answer
549 views

What is the Disadvantage of VirtualizingStackPanel?

What is/are the main disadvantage of VirtualizingStackPanel? If it doesn't have any, then why it is not made as a default panel behavior/template in ItemsControl?
0
votes
1answer
346 views

WPF - Need an event for when VirtualizingStackPanel creates Items for ListView

Is there any way to tell when the containers are finished being made for a ListView? A detailed explanation of what I've done so far I have a ListView control that has a DataTemplate in one of its ...
1
vote
1answer
583 views

wpf - HierarchicalDataTemplate, VirtualizingStackPanel, Window Resize (maximize)

I am having a problem with a wpf treeview that uses a HierarchicalDataTemplate in conjunction with a VirtualizingStackPanel. Using the code provided below, I run the application and expand all the ...
1
vote
1answer
997 views

VirtualizingStackPanel Is not working

I have the following ListBox: <ScrollViewer> <!--Spec Definitions--> <ListBox DataContext="{Binding SpecPackageSpecGroupListViewModel}" ...
0
votes
2answers
802 views

Need to trigger an event when ListBoxItem is clicked in ControlTemplate

I'm overriding the styles of my ListBoxItems with a ControlTemplate, however by doing that, I lost the handler for my ListBoxItem click event. I found a post that was helpful in saying I need to add ...
1
vote
2answers
545 views

Scroll a ListBox's VirtualizingStackPanel with buttons

I have a Listbox displaying 5 items at a time, horizontally. I want to implement a 'Previous' and 'Next' button that when clicked, will display the previous set of 5, or next set of 5 items. I am ...
0
votes
2answers
588 views

How to obtain the panel within a treeview (WPF)

How can one obtain the panel that is used within a TreeView? I've read that by default TreeView uses a VirtualizingStackPanel for this. When I look at a TreeView template, all I see is ...
31
votes
3answers
11k views

Virtualizing an ItemsControl?

I have an ItemsControl containing a list of data that I would like to virtualize, however VirtualizingStackPanel.IsVirtualizing="True" does not seem to work with an ItemsControl. Is this really the ...
7
votes
0answers
2k views

WPF TreeView with IsVirtualizing=“true” jumps around when changing focus and scrolling

I've made a simple example to reproduce a problem I'm having with the TreeView. If I select an item in the TreeView, scroll down, change the Focus, and then select an item in the TreeView again, the ...
5
votes
2answers
5k views

ListBox, VirtualizingStackPanel, and Smooth Scrolling in WPF

I have a ListBox that may have many rows of templated DB records, including an Image, bound to an ObservableCollection<MyItem>. Sometimes the collection could hold thousands of items. The ...
8
votes
1answer
6k views

ItemsControl, VirtualizingStackPanel and ScrollViewer height

I want to display a important list of items using an ItemsControl. The reason why I'm using an ItemsControl is that the DataTemplate is much more complex in the application I'm working on: The sample ...

1 2