The virtualmode tag has no wiki summary.
0
votes
0answers
30 views
C# winform, how to set DataGridView VirtualMode in one or more DataGridView
I'm working on a windows form project. In my form I have two DataGridViews.
I'd like to set two DataGridViews to DataGridView.VirtualMode.
Is there any efficient way to do this task except creating ...
0
votes
0answers
38 views
Datagridview virtual mode with WCF Data Service results
I have a WCF Data service that implements server-side paging. I have a client application that utilizes a datagridview which is meant to display the aggregated results. The WCF data service is ...
0
votes
0answers
90 views
How to column AutoFilter in ListView in VirtualMode
I'm looking for a method, control or a good idea how I could all columns autofilter in a ListView with VirtualMode = true. It should behave like the AutoFilter option in Microsoft Excel or similar.
I ...
0
votes
0answers
235 views
How to enable Automatic Sort in DatagridView in Virtual Mode?
I am using DatagridView in winform and I am using Virtual mode to manually populate data.
Now, when the Virtual mode is set to true, the Automatic Sort of the column when clicked on the header seem ...
2
votes
1answer
662 views
implementing virtual mode for a datagridview that is databound
A general question for advice on the implementation.
I've got a collection bound to a datagridview.
BindingList<Line> allLines = new BindingList<Line>();
dataGridView1.DataSource = ...
0
votes
0answers
218 views
Listview with Virtualmode Search Item index
I want to find the index of specific item (item with text) in listview (listview in Virtual mode).
Let me Describe my problem.
I am working on two listview (ImageListview and DetailListview). ...
0
votes
0answers
143 views
DataGridView memory problems in VirtualMode
I am struggling with VirtualMode in the MS datagridview control. While virtual mode will permit me to cache my back end data and retrieve it on demand via the cellneeded event, the control appears to ...
1
vote
2answers
505 views
Issue Changing Simple Text on header.tpl using VQMOD in OpenCart
I am trying to use VQMOD for the first time and when I added the code below to my page nothing changed.
I tried to change the home link on top right of home page (open cart) to my home, but the text ...
2
votes
2answers
330 views
Virtual Listview for ASP.net?
Is there a virtual listview for ASP.net?
Most tables (and grids, listview, data tables, data grids, grid views, list grids) i find for asp.net expect the user to page through data.
i want a ...
0
votes
1answer
690 views
Winforms DataGridView in VirtualMode when to call AutoResizeColumn?
I have implemented a DataGridView on my form and successfully implemented VirtualMode. This retrieves cell data from a local cache and all appears to be working correctly when populating the ...
0
votes
1answer
41 views
How to sort the selection, when i sort the underlying list, of a ListView in virtual mode?
When a ListView is in virtual mode, you are responsible for feeding the ListView a ListItem corresponding to index n when it asks through the OnRetrieveItem event.
i sort my list according to my own ...
2
votes
3answers
4k views
Default implementation for ListView OwnerDraw
I have a ListView where I wish to tweak the drawing of items (for example highlighting certain strings in list view itmes), however I don't want to radically alter the way that items are displayed.
I ...
1
vote
0answers
145 views
When should I call AutoResizeColumns for a virtual ListView?
I'm setting up a virtual ListView in details mode, and I'd like its columns to automatically resize so as to not truncate the text of the currently visible items.
Calling AutoResizeColumns works ...
2
votes
1answer
887 views
DataGridView, Virtual Mode and “lags”
My code looks as follows:
private void dataGridView4_CellValueNeeded(object sender, DataGridViewCellValueEventArgs e)
{
Records recordsTmp = null;
recordsTmp = ...
1
vote
2answers
55 views
How to tell when somebody is reading an item from a CollectionBase
I'm not sure if this is possible using a CollectionBase class. I'd like to know when somebody is accessing an item in a CollectionBase class.
The final goal is to create a "VirtualMode" (similar to ...
3
votes
2answers
3k views
How to find out which DataGridView rows are currently onscreen?
In my C# (2010) application I have a DataGridView in Virtual Mode which holds several thousand rows. Is it possible to find out which cells are onscreen at the moment?
0
votes
2answers
510 views
How to enumerate a ListView when it is in virtual mode?
How to enumerate a ListView when it is in virtual mode ?
I'm using OfType<>() method to enumerate the list view items. But its throwing an exception like, the list view can not be enumerated ...
3
votes
1answer
1k views
How to show icon on all listview items in virtual mode (C#)
I'm using virtual mode of listview to show a larg data. But I don't know how to show image for each item. Who can help me ?
I wrote
private void ListContact_RetrieveVirtualItem(object sender, ...
0
votes
0answers
711 views
C# DataGridView Virtual mode with delayed data delivery
I have a problem with a DataGridView. I try using it in virutal mode, and if I fill the data in the getCellValue method, it works. However, I can not feed the data there - I dont (and cant) have a ...
0
votes
1answer
765 views
VB.NET Using ListViewGroup in VirtualMode
Is it possible to use groups in a ListView which is in VirtualMode?
Thanks
-1
votes
3answers
2k views
Cannot access the selected items collection when the ListView is in virtual mode?
I have a ListView in Virtual Mode. I wanna to access SelectedItems property.
But when I use ListView1.SelectedItems , I receive the following Exception :
Cannot access the selected items collection ...
1
vote
2answers
1k views
Focus an item in ListView with VirtualMode enabled
I have a ListView in VirtualMode.
I need a way to set focus to specific item.
The FocusedItem is not good for the VirtualMode, I need a way to set FocusedIndex or something like that, but didn't see ...
3
votes
3answers
506 views
Looking for UI library for .NET and Mono
I'm looking for a UI library for .NET and Mono, something like Gtk#, but with support for 64-bit (on Windows too), and with some widget like WinForm's ListView, with VirtualMode.
I don't want to use ...
1
vote
1answer
1k views
ListView [VirtualMode] change selected index
VirtualMode = true
MultiSelect = false
I can get selected index item, but how change it?
SelectedIndices is readonly.
4
votes
3answers
1k views
WinForms ListView draws HELL SLOW in Windows 7 Compared to XP
I'm using ListView in VirtualMode and Details View with small icons.
This ListView have like 100,000 items inside.
The problem is that drawing this listview is much slower in Windows 7 compared to ...
0
votes
2answers
810 views
Event handler not removing itself?
At the beginning of a VB .NET function I remove an event handler and add it again at the end of the function because the function's code would trigger those events and I do not want them to trigger ...
0
votes
1answer
100 views
Is there a workaround for Linux mono's refusal to acknowledge that I have resized the columns of my VirtualMode ListView?
When I resize a column, it does not redraw the data with the updated alignment. I've tried Invalidating, Refreshing, and a few other things. Nothing has worked. Does anyone know a workaround? I ...
5
votes
1answer
297 views
VirtualMode in Gtk.ListStore?
I'm looking for a feature within the Gtk.ListStore that working like the ListView.VirtualMode in Winforms.
Is there something like that?
0
votes
1answer
512 views
Is WinForms ListView in VirtualMode limited to 100,000,000 rows?
I have some grid scenario with > 500,000,000 rows I would like to display
in ListView.
If I artificially limit my ListView to display 100,000,000:
_listView.VirtualListSize = _data.Count;
if ...
5
votes
2answers
836 views
WPF textbox in “virtual” mode
Is it possible to use TextBox in "virtual" mode.
I want to supply text on demand, when user scrolls through the document.
0
votes
1answer
2k views
Disable controls on certain items in DataRepeater control
I'm using the DataRepeater control from the Visual Basic Power Pack in my C# Winforms application. The control is unbound, operating in VirtualMode.
I'm displaying multiple items in this control. ...
0
votes
1answer
547 views
empty Datagridview in virtualmode with millions of rows slows
I am trying to create datagridview connected to sqlserver.
But it seems that even in simple datagridview cannot handle quickly millions
of rows. And so scrolled to upper rows datagridview updates ...
4
votes
2answers
1k views
C# ListView in VirtualMode flickers when the selected item is not visible
I know it sounds complicated to reproduce but please follow me:
You have a ListView with VirtualMode = true.
Select an item, scroll down so that the item selected gets outside the visual area and ...
2
votes
4answers
4k views
How to sort ListView items when ListView is in VirtualMode?
I realize i have to sort the collection where the ListView gathers the items from:
ListView listCollection = new ListView();
But this doesn't seem to work unless the ListView is added as a ...
0
votes
4answers
905 views
C# Exception when retrieving rows from a datagrid in virtual mode
I keep getting an exception (see below) when I retrieve a list of rows from a Virtual Mode datagrid, this only happens when I have more rows than I can display on screen and it doesn't happen every ...
0
votes
5answers
4k views
How to change the row position of virtual mode DataGridView?
How to change the row position of virtual mode DataGridView?
I am using Windows Forms.
3
votes
1answer
6k views
How do I populate a ListView in virtual mode asynchronously?
I'd like to display records from our database in a listview - but retrieves can take a long time. I can use RetrieveVirtualItem to tell me when a new ListViewItem is needed, add a dummy item, and ...
3
votes
1answer
2k views
How do I update a WinForms ListView when using VirtualMode=True?
I have an app with a large ListView which is terribly slow so I'm implementing VirtualMode. MSDN does not seem to cover how I would add and delete new items in the middle of the listview.
For ...
