<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for ObjectListView</title><link>https://sourceforge.net/p/objectlistview/activity/</link><description>Recent activity for ObjectListView</description><language>en</language><lastBuildDate>Thu, 26 Feb 2026 16:05:15 -0000</lastBuildDate><item><title>Stefano Beraldo posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#f655</link><description>The solution to the problem was to completely remove the isHyperlink procedure, as it introduces a blinking effect that cannot be eliminated. It was replaced with two procedures: MouseMove, to display the tooltip when hovering over the link, and HyperlinkClicked, to associate the address with the mouse click on the link. `treeListView1.MouseMove += (s, e) =&gt; { var hit = treeListView1.HitTest(e.X, e.Y); if (hit.Item == null || hit.SubItem == null) { _toolTip.Hide(treeListView1); treeListView1.Cursor...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Beraldo</dc:creator><pubDate>Thu, 26 Feb 2026 16:05:15 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#f655</guid></item><item><title>Johnny J posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/0b0f1886d3/?limit=25#e8eb</link><description>Hi All. The ObjectListView has properties like UseHotControls and UseHotItem to set if the items should be draw "hot" when the mouse hovers over them. But there is no property to do the same for group headers, and I would like to disable the "hot" drawing when the mouse is over them so that they are just painted "normal". Does anybody have a suggestion? Cheers, Johnny J.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Fri, 26 Dec 2025 10:19:08 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/0b0f1886d3/?limit=25#e8eb</guid></item><item><title>Rick Ellison N2AMG posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/69ba9562f7/?limit=25#6205</link><description>I am looking for a way to know when the user changes columns( hide/unhide or ability to move) columns into a different location. When a user hides a column the list needs to have its width adjusted for the missing columns. Or when they unhide then to adjust the windows width. Does anyone have any code to do this the best or knows a way to do what I am talking about.. I'm using the OLV in vb.net Rick</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick Ellison N2AMG</dc:creator><pubDate>Mon, 30 Jun 2025 03:05:37 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/69ba9562f7/?limit=25#6205</guid></item><item><title>Stefano Beraldo posted a comment on ticket #187</title><link>https://sourceforge.net/p/objectlistview/bugs/187/?limit=25#dd73</link><description>I found this comment: // The DataTreeListView needs to know the key that identifies root level objects. // DataTreeListView can handle that key being any data type, but the Designer only deals in strings. // Since we want a non-string value to identify keys, we have to set it explicitly here. this.olvDataTree.RootKeyValue = 0u;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Beraldo</dc:creator><pubDate>Tue, 13 May 2025 16:03:03 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/187/?limit=25#dd73</guid></item><item><title>Stefano Beraldo created ticket #187</title><link>https://sourceforge.net/p/objectlistview/bugs/187/</link><description> RootKeyValue in DataTreeListView</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Beraldo</dc:creator><pubDate>Sat, 10 May 2025 16:35:04 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/187/</guid></item><item><title>Stefano Beraldo posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#f51f</link><description>I think is the same issue already solved " 2014-04-25 JPP - Fixed issue where virtual lists containing a single row didn't update hyperlinks on MouseOver" but not for treelistview o dataTreeListView.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Beraldo</dc:creator><pubDate>Mon, 28 Apr 2025 16:04:51 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#f51f</guid></item><item><title>Stefano Beraldo posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#dae7</link><description>Hi all, I am trying to use 2 Hyperlink Handler on the dataTreeListView control. The link works but often the handle gets stuck even after moving the mouse pointer from over the link. This does not happen with the objectListView control. this.objectListView1.IsHyperlink += delegate (object sender, IsHyperlinkEventArgs e) { e.Url = linkHTable.Contains(e.Text) ? (string)linkHTable[e.Text] : null; }; this.dataTreeListView1.IsHyperlink += delegate (object sender, IsHyperlinkEventArgs e) { e.Url = linkHTable.Contains(e.Text)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Beraldo</dc:creator><pubDate>Mon, 28 Apr 2025 09:48:39 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/45fea086bf/?limit=25#dae7</guid></item><item><title>Kate Ward posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/1cbab60f23/?limit=25#3d84/4bfc</link><description>There is a version of ObjectListView that has been ported to .NET 6, which works perfectly fine with .NET 8. Nuget: https://www.nuget.org/packages/ObjectListView.Repack.NET6Plus/ Github: https://github.com/nasisakk/ObjectListViewRepack</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kate Ward</dc:creator><pubDate>Thu, 10 Apr 2025 03:15:47 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/1cbab60f23/?limit=25#3d84/4bfc</guid></item><item><title>Massimiliano Baratta created ticket #31</title><link>https://sourceforge.net/p/objectlistview/support-requests/31/</link><description>ObjectListView update</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Massimiliano Baratta</dc:creator><pubDate>Sat, 08 Mar 2025 05:17:26 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/31/</guid></item><item><title>Jeff Gaines posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/fc034bcf9d/?limit=25#221e</link><description>Has anybody done any work on stripping this back to a bare ListView? It is excellent but to me would be much more useful as a drop in replacement.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Thu, 06 Mar 2025 09:44:18 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/fc034bcf9d/?limit=25#221e</guid></item><item><title>saper-2 created ticket #30</title><link>https://sourceforge.net/p/objectlistview/support-requests/30/</link><description>Update for .Net 9.0 </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">saper-2</dc:creator><pubDate>Sun, 02 Mar 2025 00:07:45 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/30/</guid></item><item><title>Haluk Uzuner posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/1cbab60f23/?limit=25#3d84</link><description>Does anybody have a working dll which work on .net8. Or, can anybody convert the code to .net8?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haluk Uzuner</dc:creator><pubDate>Tue, 10 Sep 2024 13:57:39 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/1cbab60f23/?limit=25#3d84</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#28ef/33d1</link><description>Many thanks, Johnny J, works a treat!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Mon, 19 Aug 2024 11:14:25 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#28ef/33d1</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/748c34db/?limit=25#67b9</link><description>Old question, but here is a way of determining if the scrollbars are showing: [DllImport("user32.dll", EntryPoint = "GetWindowLong", CharSet = CharSet.Auto)] public static extern IntPtr GetWindowLong32(IntPtr hWnd, int nIndex); [DllImport("user32.dll", EntryPoint = "GetWindowLongPtr", CharSet = CharSet.Auto)] public static extern IntPtr GetWindowLongPtr64(IntPtr hWnd, int nIndex); private bool HasHorizontalScrollBar(ListView lv) { const int GWL_STYLE = -16; const int WS_HSCROLL = 0x00100000; return...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Fri, 16 Aug 2024 10:42:07 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/748c34db/?limit=25#67b9</guid></item><item><title>Johnny J posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#28ef</link><description>Old question, but here is the answer in case somebody else needs it: [DllImport("user32.dll", EntryPoint = "GetWindowLong", CharSet = CharSet.Auto)] public static extern IntPtr GetWindowLong32(IntPtr hWnd, int nIndex); [DllImport("user32.dll", EntryPoint = "GetWindowLongPtr", CharSet = CharSet.Auto)] public static extern IntPtr GetWindowLongPtr64(IntPtr hWnd, int nIndex); private bool HasHorizontalScrollBar(ListView lv) { const int GWL_STYLE = -16; const int WS_HSCROLL = 0x00100000; return (GetWindowLong(lv.Handle,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Fri, 16 Aug 2024 10:41:16 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#28ef</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/7e7f87ef1c/?limit=25#2b4c</link><description>OK, so apparently, there is an undocumented method called DrawToBitmap that does MORE OR LESS what I need. It does, however, just draw the TreeView with scrollbar, so I need to figure out how I get it to render the entire content. There also seem to be a but in the routine, because it doesn't render the expansion boxes and the treelines.... :-( Tips are still very welcome! TIA! :-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Wed, 14 Aug 2024 09:49:00 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/7e7f87ef1c/?limit=25#2b4c</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/7e7f87ef1c/?limit=25#e54b</link><description>OK, so this may sound strange, and it may be hard to explain, but let me give it a try: I have a TreeListVew containing a large tree, and because of the form size, it has scroll bars. I want to save this view as an image, but I want to save the entire tree without scrollbar, not just the nodes that are currently visible on the form. I have no idea where to start vith this. I think I need to find out how to do two things: 1) Find out the dimensions of the rendered tree without cropping 2) Use that...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Wed, 14 Aug 2024 08:35:20 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/7e7f87ef1c/?limit=25#e54b</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/098774a488/?limit=25#ab77</link><description>OK, so this may sound strange, and it may be hard to explain, but let me give it a try: I have a TreeListVew containing a large tree, and because of the form size, it has scroll bars. I want to save this view as an image, but I want to save the entire tree without scrollbar, not just the nodes that are currently visible on the form. I have no idea where to start vith this. I think I need to find out how to do two things: 1) Find out the dimensions of the rendered tree without cropping 2) Use that...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Wed, 14 Aug 2024 08:35:17 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/098774a488/?limit=25#ab77</guid></item><item><title>Pablo modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#eafa</link><description>Hello, I have the entire project (objectlistview) compiled for '&lt;targetframework&gt;net6.0-windows&lt;/targetframework&gt;' in Visual Studio 2022 with updates at 26-may-2024. How should i contribute to this project so anyone can share my (superficial) adaptations?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo</dc:creator><pubDate>Sun, 26 May 2024 18:25:03 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#eafa</guid></item><item><title>Pablo posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#eafa</link><description>Hello, I have the entire project compiled for '&lt;targetframework&gt;net6.0-windows&lt;/targetframework&gt;' in Visual Studio 2022 with updates at 26-may-2024. How should i contribute to this project so anyone can share my (superficial) adaptations?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo</dc:creator><pubDate>Sun, 26 May 2024 18:24:30 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#eafa</guid></item><item><title>memoiike created ticket #35</title><link>https://sourceforge.net/p/objectlistview/feature-requests/35/</link><description>automatically resort a column when a cell is edited</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">memoiike</dc:creator><pubDate>Tue, 19 Mar 2024 08:31:27 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/feature-requests/35/</guid></item><item><title>Alan posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/509653fb77/?limit=25#2856</link><description>Looks like a bug to me, and it can be reproduced in the demos, by setting TriStateCheckBoxes = false, and then playing around with the checkboxes. I'm experiencing a similar problem: checkboxes become "stuck" randomly. They can't be checked or unchecked by clicking on them, or even by calling listView.CheckHeaderCheckBox() and listView.UncheckHeaderCheckBox() on their column header. And then, suddenly they become unstuck again. Phillip: SOS!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan</dc:creator><pubDate>Mon, 05 Feb 2024 10:21:48 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/509653fb77/?limit=25#2856</guid></item><item><title>My Name posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/97e37d3fc5/?limit=25#f005</link><description>I have owner draw in quotes because yeah you cant change the underlying winforms control.. However you can use an overlay that is completely opaque to redraw over the group names. Therefore with the right events hooked up and logic you can draw them yourself. Just as a proof of concept I have implemented the overlay detecting group state changes, and control resizing. With this being a proof of concept, there are a lot of assumptions, and things not implemented like getting the height of the group...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">My Name</dc:creator><pubDate>Wed, 31 Jan 2024 21:00:05 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/97e37d3fc5/?limit=25#f005</guid></item><item><title>Eric Snyder posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/340f89c4b3/?limit=25#0881</link><description>ObjectListView converts everything to string. I have a double field that is a percentage. It displays with full precision 0.8436489032849. I'd rather have it display 84.36%. How does one do that?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Snyder</dc:creator><pubDate>Tue, 30 Jan 2024 14:28:42 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/340f89c4b3/?limit=25#0881</guid></item><item><title>Eric Snyder modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/24aaa7144a/?limit=25#4fb4</link><description>I need to implement a custom sort on the fastObjectListView. I DO see the help at this page: No CustomSorter on FastObjectListView One incompatibility between v1.x and v2.0 is that FastObjectListViews can no longer have a CustomSorter. In v1.x it was possible, if tricky, to get a CustomSorter to work with a FastObjectListView, but that is no longer possible in v2.0 In v2.0, if you want to custom sort a FastObjectListView, you will have to subclass FastObjectListDataSource and override the SortObjects()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Snyder</dc:creator><pubDate>Thu, 04 Jan 2024 20:38:51 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/24aaa7144a/?limit=25#4fb4</guid></item><item><title>Eric Snyder posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/24aaa7144a/?limit=25#4fb4</link><description>I need to implement a custom sort on the fastObjectListView. I DO see the help at this page: No CustomSorter on FastObjectListView One incompatibility between v1.x and v2.0 is that FastObjectListViews can no longer have a CustomSorter. In v1.x it was possible, if tricky, to get a CustomSorter to work with a FastObjectListView, but that is no longer possible in v2.0 In v2.0, if you want to custom sort a FastObjectListView, you will have to subclass FastObjectListDataSource and override the SortObjects()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Snyder</dc:creator><pubDate>Thu, 04 Jan 2024 20:38:31 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/24aaa7144a/?limit=25#4fb4</guid></item><item><title>JOSE MANUEL DIAZ modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/27d8ab7c71/?limit=25#478d</link><description>Is posible to show only vertical lines into ObjectListView ? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOSE MANUEL DIAZ</dc:creator><pubDate>Wed, 27 Dec 2023 12:06:18 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/27d8ab7c71/?limit=25#478d</guid></item><item><title>JOSE MANUEL DIAZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/27d8ab7c71/?limit=25#478d</link><description>Is posible to show only vertical lines ? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOSE MANUEL DIAZ</dc:creator><pubDate>Wed, 27 Dec 2023 12:05:38 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/27d8ab7c71/?limit=25#478d</guid></item><item><title>Fahad posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/a24f003bfa/?limit=25#207d</link><description>Hello Everyone, I am using C#. I have a BrightIdeasSoftware.TreeListView in a Windows Forms application. I want to do: 1- Add a combobox (dropdownlist) in one of the column of that TreeListView and show a list of strings in that. The list of string will already have the associated object(say User) property (say username) value. 2- When user selects a string from that drop down, I want to associate the selected item's text of combobox with a property (say username) of model Object(say User). How can...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fahad</dc:creator><pubDate>Wed, 06 Dec 2023 13:25:28 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/a24f003bfa/?limit=25#207d</guid></item><item><title>Yann Gallice created ticket #186</title><link>https://sourceforge.net/p/objectlistview/bugs/186/</link><description>Error in GetDisplayOrderOfItemIndex for VirtualObjectListView</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yann Gallice</dc:creator><pubDate>Fri, 06 Oct 2023 13:41:02 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/186/</guid></item><item><title>wangjianbin posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/6609c9e6c4/?limit=25#093c</link><description>I see code and modify ObjectListView.cs，add "CharSet=CharSet.Unicode" [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] public struct NMLVGETINFOTIP { public NativeMethods.NMHDR hdr; public int dwFlags; public string pszText; public int cchTextMax; public int iItem; public int iSubItem; public IntPtr lParam; } maybe is ok。</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wangjianbin</dc:creator><pubDate>Sun, 01 Oct 2023 04:32:25 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/6609c9e6c4/?limit=25#093c</guid></item><item><title>wangjianbin posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/6609c9e6c4/?limit=25#bfc8</link><description>Hi: When use TreelistView and Bind list to treelistview and Click node，occurred one error，“System.ArgumentOutOfRangeException:“In a multibyte object code page, there are no characters to which this Unicode character can be mapped。 (error from HRESULT:0x80070459)” 。My language is Chinese。 Please how to resolve,Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wangjianbin</dc:creator><pubDate>Sat, 30 Sep 2023 04:34:09 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/6609c9e6c4/?limit=25#bfc8</guid></item><item><title>Jeffrey Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/b1bad82f8b/?limit=25#8df7</link><description>When I use HeaderFormatStyle to give a coloured background on the Header the vertical lines indicating column boundaries no longer show up (whatever colour the background is). Any thoughts on what I need to do to make them visible?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Gaines</dc:creator><pubDate>Sun, 24 Sep 2023 12:40:52 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/b1bad82f8b/?limit=25#8df7</guid></item><item><title>Adam Jones posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/509653fb77/?limit=25#7718</link><description>I've had this issue with checkboxes in trees for a while and thought I'd ask about it. On a completely clean tree with no special handling, the first click of a checkbox will check the checkbox...but then it will uncheck itself. Clicking it again--same spot in the checkbox or different--will cause it to check the box and remain checked. All subsequent checkbox clicks result in good checks/unchecks. It is only ever on the first check of a checkbox If I add handling to check the box on a row click,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Jones</dc:creator><pubDate>Fri, 22 Sep 2023 13:18:08 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/509653fb77/?limit=25#7718</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/bcdfd6ed48/?limit=25#38bb</link><description>I want to filter out models in my ObjectListView that: 1) One of the properties contains a specific text (this is easily done on itself with a TextMatchFilter of course) OR 2) The OLVListItem is checked OR 3) The OLVListItem is selected As far as I can see, creating a custom modelfilter works on the objects themselves, thus the corresponding OLVListItem is not available to combine with that. If I could create a custom ModelFilter that keeps all checked and selected items, I realize that I can combine...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Wed, 23 Aug 2023 10:00:36 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/bcdfd6ed48/?limit=25#38bb</guid></item><item><title>Johnny J posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/c3e38dcd5f/?limit=25#6acc</link><description>I'm trying to change TileSize programmatically for an objectlistview that is in Tile mode. The items change the size correctly, but the position is not changed until the mouse moves over the listview. That means that if the TileSize has been doubled, the tiles are overlapping each other, and if it has been halved, they have a tile's space between them. When the mouse moves over the listview, they "pop" into place. I've tried calling ObjectListView.Invalidate() and ObjectListView.Refresh() after the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnny J</dc:creator><pubDate>Mon, 17 Jul 2023 15:00:18 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/c3e38dcd5f/?limit=25#6acc</guid></item><item><title>Paolo Marani posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/9b2498d6/?limit=25#6d05</link><description>I had the same problem, it appear that on the LVGROUPMETRICS structure, only bordersize is recognized, all colours have been deprecated and do nothing from win &gt;= vista. Why why why?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Marani</dc:creator><pubDate>Fri, 30 Jun 2023 14:27:07 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/9b2498d6/?limit=25#6d05</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d6a4d4ff2a/?limit=25#5469</link><description>I am trying to find my way round objectlistview. I can add columns but I am having problems adding data the WinForms way, perhaps it's just not possible? The error is: "Unable to cast object of type 'ListViewSubItem' to type 'BrightIdeasSoftware.OLVListSubItem'." Source="ObjectListView" BrightIdeasSoftware.BaseRenderer.ConfigureSubItem(DrawListViewSubItemEventArgs e, Rectangle cellBounds, Object model) in Renderers.cs:line 1109 The nearest I can get to it is Bug #174 from 2019. My function for adding...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Sat, 24 Jun 2023 08:36:56 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d6a4d4ff2a/?limit=25#5469</guid></item><item><title>Steve Cato modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/615a0529/?limit=25#22f8</link><description>I too struggled with this till I found this post. I too could not find CheckAspectName at the column level where you would expect it. It seems like a strange design - but I eventually realised that all columns are not created equal. Making a checkbox in the first column is totally different to making a checkbox in the other columns. To make checkboxes for the first column you work at the OLV control level using the CheckAspectName and CheckBoxes properties of the control. To make checkboxes on other...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Cato</dc:creator><pubDate>Fri, 02 Jun 2023 17:30:37 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/615a0529/?limit=25#22f8</guid></item><item><title>Steve Cato posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/615a0529/?limit=25#22f8</link><description>I too struggled with this till I found this post. I too could not find CheckAspect name at the column level where you would expect it. It seems like a strange design - but I eventually realised that all columns are not created equal. Making a checkbox in the first column is totally different to making a checkbox in the other columns. To make checkboxes for the first column you work at the OLV control level using the CheckAspectName and CheckBoxes properties of the control. To make checkboxes on other...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Cato</dc:creator><pubDate>Fri, 02 Jun 2023 17:30:06 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/615a0529/?limit=25#22f8</guid></item><item><title>Paul de Boer posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#1396</link><description>Confirmed. Thanks Jonathan.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul de Boer</dc:creator><pubDate>Wed, 31 May 2023 14:43:08 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#1396</guid></item><item><title>Julius posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/dab263ff47/?limit=25#4028</link><description>A shorter (perhaps not the most optimal) fix: // Get around the 'private' marker on 'virtualListSize' field using reflection if (virtualListSizeFieldInfo == null) { var fields = typeof(ListView).GetFields(BindingFlags.NonPublic | BindingFlags.Instance); virtualListSizeFieldInfo = Array.Find(fields, field =&gt; field.Name.EndsWith("virtualListSize")); System.Diagnostics.Debug.Assert(virtualListSizeFieldInfo != null); }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Julius</dc:creator><pubDate>Mon, 29 May 2023 10:35:33 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/dab263ff47/?limit=25#4028</guid></item><item><title>Haluk Uzuner posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/868765f3a2/?limit=25#13f7</link><description>Hi, I am using TreeListView in my project. I want to do some operation when selected one row in treelistview by mouse or by keyboard arrows. As far as I understand SelectionChanged event does this action. But it doesn't trigger. I downloaded some examples from the internet they are worked but in my case didn't work. My project is written in c++/cli. I compiled objectlistviewer code in C# and tied it to my project as reference. Row click event works. But SelectionChanged event doesn't trigger. What...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haluk Uzuner</dc:creator><pubDate>Sun, 21 May 2023 22:23:24 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/868765f3a2/?limit=25#13f7</guid></item><item><title>Claude Turner posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/2333c18496/?limit=25#9345</link><description>Hi, I am trying to work with checkboxes on the TreeListView, and I would like the parent to be checked (or inderterminate) when none of the children are checked. Right now if I uncheck all the children the parent gets unchecked as well. As an example I have a tree control of my directory structure on the left, on the right I have an ObjectListView that lists all the files in the selected directories. What I want is to see all the files in the root directory, but none of the subdirectories Claude</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claude Turner</dc:creator><pubDate>Tue, 02 May 2023 16:24:32 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/2333c18496/?limit=25#9345</guid></item><item><title>Mike Walter posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/dab263ff47/?limit=25#4886</link><description>Looks like Microsoft has changed the names of private fields in ListView to start with an underscore. I needed to add the following to VirtualObjectListView.cs. if NET7_0_OR_GREATER virtualListSizeFieldInfo = typeof(ListView).GetField( "_virtualListSize", BindingFlags.NonPublic | BindingFlags.Instance); else virtualListSizeFieldInfo = typeof(ListView).GetField("virtualListSize", BindingFlags.NonPublic | BindingFlags.Instance); endif I also changed ObjectListView.DesignTime.Cs, but not sure if that...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Walter</dc:creator><pubDate>Wed, 29 Mar 2023 18:56:00 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/dab263ff47/?limit=25#4886</guid></item><item><title> Simon Giesen modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</link><description>Hi folks, I just would like to know if my checkbox in a sub item has been checked or not by clicking on it. How can this be achieved? Thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"> Simon Giesen</dc:creator><pubDate>Thu, 16 Mar 2023 15:28:17 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</guid></item><item><title> Simon Giesen modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</link><description>Hi folks, I just would like to know if my checkbox in a sub item has been checked or not by clicking on it. How can this be achieved? Thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"> Simon Giesen</dc:creator><pubDate>Thu, 16 Mar 2023 15:28:09 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</guid></item><item><title> Simon Giesen posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</link><description>Hi folks, I just would like to know if my checkbox in a sub item has been checked or not. How can this be achieved? Thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"> Simon Giesen</dc:creator><pubDate>Thu, 16 Mar 2023 14:42:11 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/49388578be/?limit=25#72f8</guid></item><item><title>Mel Markarian created ticket #29</title><link>https://sourceforge.net/p/objectlistview/support-requests/29/</link><description>Column Creation through properties list throwing exception</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mel Markarian</dc:creator><pubDate>Wed, 15 Mar 2023 22:31:52 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/29/</guid></item><item><title>RJ Aitch posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#c922/47e1</link><description>Throws exception after I've added several columns and done a SetObjects(). Only throws when I try to do a subsequent AutoResizeColumns() or Show() I just move the .exe and .dll (and .exe.config) - the exe runs fine until I try to use any OLV objects</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJ Aitch</dc:creator><pubDate>Mon, 13 Mar 2023 22:48:26 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#c922/47e1</guid></item><item><title>RJ Aitch posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#af66/1a20</link><description>Thanks for that. Alas, the log shows nothing even after new build</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJ Aitch</dc:creator><pubDate>Mon, 13 Mar 2023 22:36:52 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#af66/1a20</guid></item><item><title>Phillip Piper posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#c922</link><description>Does it give the ObjectDisposed exception after your first call to the OLV? Or is it on your second/subsequent calls? When you move the .exe/.dll, do you copy the whole bin folder, or just some of it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phillip Piper</dc:creator><pubDate>Mon, 13 Mar 2023 22:26:12 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#c922</guid></item><item><title>Steve hiner posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#af66</link><description>I don't have a solution for you because I haven't touched any of my projects that use OLV in a long time, however, I do have a suggestion. If I were you I'd use the fusion log viewer to find out what's happening in the .Net binding process. I've been able to use it in the past to track down strange issues when moving files because it can result in them binding to the wrong thing. https://learn.microsoft.com/en-us/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer There's also a more...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve hiner</dc:creator><pubDate>Mon, 13 Mar 2023 21:55:12 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#af66</guid></item><item><title>RJ Aitch posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#afc7</link><description>BTW: Occurs after calling Show() But also occurs if I call AutoResizeColumns(ColumnHeaderAutoResizeStyle.ColumnContent) prior to Show()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJ Aitch</dc:creator><pubDate>Mon, 13 Mar 2023 20:06:56 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#afc7</guid></item><item><title>RJ Aitch posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#63db</link><description>Downloaded files, generated the .dll, and it all works fine when the .exe is being run out of my development directory. As soon as I move the .exe (and the .dll) to another directory I get the ObjectDisposedException. Had been using 2.9.1 and tried 2.8.0 - Same problem Tried including the ObjectListView source into my project (instead of dll) - Same problem Cannot stress this enough: All works fine until I move the .exe (and .dll) to another directory. I'm confused. Any pointers appreciated. ** Exception...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJ Aitch</dc:creator><pubDate>Mon, 13 Mar 2023 02:02:20 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8b96a27c6/?limit=25#63db</guid></item><item><title>Paul de Boer posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/6a3d4160f6/?limit=25#3e8c</link><description>I gave up as I like the alternate row highlighting better than what I was going to do. FYI I was going to darken the highlighting based on tree depth.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul de Boer</dc:creator><pubDate>Fri, 10 Mar 2023 15:46:32 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/6a3d4160f6/?limit=25#3e8c</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#8e81</link><description>Wow, Dezer, thanks for going to so much trouble, a gold star especially as it is the first time! That's brill, I can turn it into C# and make use of it. Thanks again :-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Thu, 09 Mar 2023 14:33:48 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#8e81</guid></item><item><title>Dezer modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</link><description>First time have tried to help someone, im a VB programmer but i can read your code, but you will have to convert mine It looks like you are trying to use OLVListItem like a normal listview , dont use the add.subitems OLV uses objects Build your empty object first (this would be each item in the listview from left to right) Class VatItem Public Sub New(Id As Integer, Code As String, Description As String, Note as String, Rate As Double) 'Set Defaults Me.Id = Id Me.Code = Code Me.Description = Description...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dezer</dc:creator><pubDate>Thu, 09 Mar 2023 13:23:24 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</guid></item><item><title>Dezer modified a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</link><description>First time have tried to help someone, im a VB programmer but i can read your code, but you will have to convert mine It looks like you are trying to use OLVListItem like a normal listview , dont use the add.subitems OLV uses objects Build your empty object first (this would be each item in the listview from left to right) Class VatItem Public Sub New(Id As Integer, Code As String, Description As String, Rate As Double) 'Set Defaults Me.Id = Id Me.Code = Code Me.Description = Description Me.Note...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dezer</dc:creator><pubDate>Thu, 09 Mar 2023 13:22:47 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</guid></item><item><title>Dezer posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</link><description>First time have tried to help someone, im a VB programmer but i can read your code, but you will have to convert mine It looks like you are trying to use OLVListItem like a normal listview , dont use the add.subitems OLV uses objects Build your empty object first (this would be each item in the listview from left to right) Class VatItem Public Sub New(Id As Integer, Code As String, Description As String, Rate As Double) 'Set Defaults Me.Id = Id Me.Code = Code Me.Description = Description Me.Note...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dezer</dc:creator><pubDate>Thu, 09 Mar 2023 13:21:43 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#4351</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#b371</link><description>Hi Dezer, thanks for replying. I am trying to add data like this: void FillListView(ObjectListView listView, int numRows) { // Text, Number, Date, Text OLVListItem lvItem; for (int count = 0; count &lt; numRows; count++) { lvItem = new OLVListItem(JLibrary.GetRandomString(15)); lvItem.SubItems.Add(JLibrary.GetRandomNumber(-1000, 1000).ToString()); lvItem.SubItems.Add(JLibrary.GetRandomDateTime(1900, 2023).ToLongDateString()); lvItem.SubItems.Add(JLibrary.GetRandomString(20)); listView.Items.Add(lvItem);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Thu, 09 Mar 2023 11:38:58 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#b371</guid></item><item><title>Dezer posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#0879</link><description>Hi I have been using it for years, and its based on the listview, how do you want to add things ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dezer</dc:creator><pubDate>Thu, 09 Mar 2023 11:32:18 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#0879</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#d15d</link><description>This may be heresy but as much as I like OLV I would much prefer to add data in the same way as a Winforms ListsView. Has anybody considered this and how to achieve it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Thu, 09 Mar 2023 10:52:42 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/051913d59a/?limit=25#d15d</guid></item><item><title>Paul de Boer posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/6a3d4160f6/?limit=25#ac2e</link><description>Hi, I've been using the TreeListView control in winforms .net6.0 Its been working great, but some little things I'm unable to figure out. I don't know how to highlight a line programatically like it does when you enable UseHotItem. I tried setting the SelectedBackColor and SelectedForeColor, but those seem to only apply to the first field, and only applies after I've clicked once. I'd also like to hightlight single cells of a row and I can't figure out how to do that either.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul de Boer</dc:creator><pubDate>Thu, 02 Mar 2023 15:45:08 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/6a3d4160f6/?limit=25#ac2e</guid></item><item><title>Jonathan Savage posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#3b9a</link><description>I had problems using OLV with .NET core, with no errors, but nothing displayed. To solve this, I downloaded ObjectListViewRepack, built it locally, then changed VirtualObjectListView.cs as shown below where marked with #!JFS#! (change a field to a property.) I also found that by default, virtual mode was set to false in the designer, which throws all sorts of errors. Hopefully this helps others. Jonathan (fellrnr) Savage protected new virtual int VirtualListSize { get { return base.VirtualListSize;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Savage</dc:creator><pubDate>Thu, 02 Mar 2023 09:41:02 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/d65f06de3b/?limit=25#3b9a</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#48a5</link><description>Is there a way to find out if the vertical ScrollBar is visible in an ObjectListView please?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Tue, 07 Feb 2023 12:42:20 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1591d0ca2c/?limit=25#48a5</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/ace435c6b9/?limit=25#f9bd</link><description>In a ListView I have the following code to indicate a condition: foreach (JContactData current in listContacts) { lvItem = new ListViewItem(current.DisplayName); ** if ((current.IncludeInPhoneList &gt; 0)) { lvItem.SubItems.Add("✓"); } else { lvItem.SubItems.Add(""); }** ... more code for rest of record Can I reproduce this with some type of conditional formatting please?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Tue, 07 Feb 2023 09:30:11 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/ace435c6b9/?limit=25#f9bd</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/7ec5dbb48a/?limit=25#d4fb</link><description>Just to say I switched to using an ObjectListView as it gives me the flexibility I need.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Tue, 07 Feb 2023 09:25:38 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/7ec5dbb48a/?limit=25#d4fb</guid></item><item><title>Jeff Gaines posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/7ec5dbb48a/?limit=25#6e2b</link><description>I started using a DataListView yesterday and I have managed to set up a test name and address project (Winforms, C#) using it and I have managed to fill it from an Access database. Ideally I do not want to show the record number in the DataListView but since it is in my DataSet it seems to show it whether or not I add a column for it - does it just add columns for everything in the DataSet? I do need the Record Number to edit the record. I am trapping ItemActivate as follows: DataRowView drv = (DataRowView)m_DataLV.SelectedObject;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Gaines</dc:creator><pubDate>Mon, 06 Feb 2023 14:42:19 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/7ec5dbb48a/?limit=25#6e2b</guid></item><item><title>SMKnight posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/3bb4eefd3f/?limit=25#b2fe</link><description>I was wondering the same.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SMKnight</dc:creator><pubDate>Sun, 29 Jan 2023 02:04:53 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/3bb4eefd3f/?limit=25#b2fe</guid></item><item><title>sippy posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/3bb4eefd3f/?limit=250#6a07</link><description>Can someone please clarify: the ObjectListView.Official package hosted on nuget is 2.9.2-alpha2 dated June 1, 2016. However, trunk on SourceForge is dated 2018 and source code differs in a number of ways. Is this project actively being supported? If so, can we update the nuget package to the latest code? If it is not supported, are people just building trunk manually? Who is actively developing in trunk?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sippy</dc:creator><pubDate>Wed, 18 Jan 2023 16:29:33 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/3bb4eefd3f/?limit=250#6a07</guid></item><item><title>Ben Tam posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/96e1113ed3/?limit=25#e3f5</link><description>Dear All, I created a test project to test adding columns in a DataListView, not ListView. The code is as follows. I press the small triangle of the right upper to edit a column. But the SQL data does not show. using System; using System.Data; using System.Data.OleDb; using System.Windows.Forms; namespace DataListViewCol { public partial class Form1 : Form { static readonly OleDbConnection myConnection = new OleDbConnection("Provider=MSOLEDBSQL;Server=localHost;Database=" + "TIMS" + ";Trusted_Connection=yes;");...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Tam</dc:creator><pubDate>Wed, 04 Jan 2023 04:55:33 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/96e1113ed3/?limit=25#e3f5</guid></item><item><title>Yvonne Pautz modified a comment on ticket #185</title><link>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</link><description>Had to create a workaround by wrapping the ObjectListView class with my own WndProc: public EventHandler&lt;GroupExpandingCollapsingEventArgs&gt; GroupExpandingCollapsing2; ... // well.. i dunno if theres a better msg to catch if (m.Msg == WM_LBUTTONDBLCLK) { // this just gives me the listview control //Control ctrl = Control.FromHandle(m.HWnd); //Point pt = PointToClient(Cursor.Position); Point pt = new Point(Native.LOWORD(m.LParam), Native.HIWORD(m.LParam)); //Console.WriteLine($"------------------ {pt.X}...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yvonne Pautz</dc:creator><pubDate>Wed, 07 Dec 2022 10:11:12 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</guid></item><item><title>Yvonne Pautz modified a comment on ticket #185</title><link>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</link><description>Had to create a workaround by wrapping the ObjectListView class with my own WndProc: public EventHandler&lt;GroupExpandingCollapsingEventArgs&gt; GroupExpandingCollapsing2; ... if (m.Msg == WM_LBUTTONDBLCLK) { // this just gives me the listview control //Control ctrl = Control.FromHandle(m.HWnd); //Point pt = PointToClient(Cursor.Position); Point pt = new Point(Native.LOWORD(m.LParam), Native.HIWORD(m.LParam)); //Console.WriteLine($"------------------ {pt.X} / {pt.Y}"); // loop through each group foreach(OLVGroup...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yvonne Pautz</dc:creator><pubDate>Wed, 07 Dec 2022 10:07:30 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</guid></item><item><title>Yvonne Pautz modified a comment on ticket #185</title><link>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</link><description>Had to create a workaround by wrapping the ObjectListView class with my own WndProc: public EventHandler&lt;GroupExpandingCollapsingEventArgs&gt; GroupExpandingCollapsing2; ... if (m.Msg == WM_LBUTTONDBLCLK) { // this just gives me the listview control //Control ctrl = Control.FromHandle(m.HWnd); //Point pt = PointToClient(Cursor.Position); Point pt = new Point(Native.LOWORD(m.LParam), Native.HIWORD(m.LParam)); //Console.WriteLine($"------------------ {pt.X} / {pt.Y}"); // loop through each group foreach(OLVGroup...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yvonne Pautz</dc:creator><pubDate>Wed, 07 Dec 2022 10:07:12 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</guid></item><item><title>Yvonne Pautz posted a comment on ticket #185</title><link>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</link><description>Had to create a workaround by wrapping the ObjectListView class with my own WndProc: if (m.Msg == WM_LBUTTONDBLCLK) { // this just gives me the listview control //Control ctrl = Control.FromHandle(m.HWnd); //Point pt = PointToClient(Cursor.Position); Point pt = new Point(Native.LOWORD(m.LParam), Native.HIWORD(m.LParam)); //Console.WriteLine($"------------------ {pt.X} / {pt.Y}"); // loop through each group foreach(OLVGroup grp in this.OLVGroups) { // get group header rect RECT rectHeader = new RECT();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yvonne Pautz</dc:creator><pubDate>Wed, 07 Dec 2022 10:01:18 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/185/?limit=25#f0db</guid></item><item><title>Yvonne Pautz created ticket #185</title><link>https://sourceforge.net/p/objectlistview/bugs/185/</link><description>OLV.GroupExpandingCollapsing not fired on double click</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yvonne Pautz</dc:creator><pubDate>Tue, 06 Dec 2022 23:46:03 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/bugs/185/</guid></item><item><title>JSB modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</link><description>Hi! I'm actively using TreeListView, and it's an amazing control. I would like to accomplish something like one of the samples of the web I have this structure: public class Work { public int Id {get;set;} public List&lt;Verifications&gt; Verifications {get;set;} public List&lt;File&gt; Files {get;set;} } public class Verification { //Properties } public class File { //Properties } Right now I can build a tree like this: Projects |--Work1 ||----Verification1 ||----Verification2 |--Work2 ||----Verification1 ||----Verification2...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JSB</dc:creator><pubDate>Fri, 18 Nov 2022 07:41:40 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</guid></item><item><title>JSB modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</link><description>Hi! I'm activeluy using TreeListView, and it's an amazing control. I would like to accomplish something like one of the samples of the web I have this structure: public class Work { public int Id {get;set;} public List&lt;Verifications&gt; Verifications {get;set;} public List&lt;File&gt; Files {get;set;} } public class Verification { //Properties } public class File { //Properties } Right now I can build a tree like this: Projects |--Work1 ||----Verification1 ||----Verification2 |--Work2 ||----Verification1...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JSB</dc:creator><pubDate>Fri, 18 Nov 2022 07:41:29 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</guid></item><item><title>JSB posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</link><description>Hi! I'm activeluy using TreeListView, and it's an amazing control. I would like to accomplish something like one of the samples of the web I have this structure: public class Work { public int Id {get;set;} public List&lt;Verifications&gt; Verifications {get;set;} public List&lt;File&gt; Files {get;set;} } public class Verification { //Properties } public class File { //Properties } Right now I can build a tree like this: Projects |--Work1 ||----Verification1 ||----Verification2 |--Work2 ||----Verification1...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JSB</dc:creator><pubDate>Fri, 18 Nov 2022 07:40:42 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/ead8d896ef/?limit=25#ee84</guid></item><item><title>aviabunin posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/bc231f6c62/?limit=25#da84</link><description>It would be interesting if ObjectListView could be used in Blazor. This work is absolutely amazing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aviabunin</dc:creator><pubDate>Tue, 20 Sep 2022 07:43:20 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/bc231f6c62/?limit=25#da84</guid></item><item><title>Anatolie Rimbu posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4dab7260/?limit=25#9014</link><description>I did something like that: public class CustomButtonRenderer : ColumnButtonRenderer { public Color BackColor { get; set; } public Color ForeColor { get; set; } protected override void DrawImageAndText(Graphics g, Rectangle r) { TextFormatFlags textFormatFlags = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.EndEllipsis | TextFormatFlags.NoPadding | TextFormatFlags.SingleLine | TextFormatFlags.PreserveGraphicsTranslateTransform; if (this.ListView.RightToLeftLayout)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anatolie Rimbu</dc:creator><pubDate>Fri, 08 Jul 2022 08:47:02 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4dab7260/?limit=25#9014</guid></item><item><title>Tdavis posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/444a2b121f/?limit=25#af8e</link><description>It works fine, however not for Design time actions like you're trying to do. .Net core controls are a mess in regards to this and not even completely documented/finished yet. You can either create your ObjectListviews in a supported Framework and copy over, or just create/manage your columns programmatically. -TD</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tdavis</dc:creator><pubDate>Sat, 11 Jun 2022 21:57:13 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/444a2b121f/?limit=25#af8e</guid></item><item><title>JOSE MANUEL DIAZ posted a comment on ticket #28</title><link>https://sourceforge.net/p/objectlistview/support-requests/28/?limit=25#3b0a</link><description>Hi everyone. Solved Only I changed e.NewValue before CellEditFinished event private void olv_CellEditFinishing(object sender, CellEditEventArgs e) { ETextBox tb = e.Control as ETextBox; if (tb != null) { e.NewValue = tb.Text; } }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOSE MANUEL DIAZ</dc:creator><pubDate>Fri, 10 Jun 2022 13:02:01 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/28/?limit=25#3b0a</guid></item><item><title>JOSE MANUEL DIAZ created ticket #28</title><link>https://sourceforge.net/p/objectlistview/support-requests/28/</link><description>ObjectListView CellEditFinished</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOSE MANUEL DIAZ</dc:creator><pubDate>Thu, 09 Jun 2022 13:17:53 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/28/</guid></item><item><title>David Christian posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/444a2b121f/?limit=25#d0a0</link><description>Has anyone tested with .Net 6 Winforms? I installed the NuGet package, dropped an ObjectListView on my form. In the designer I go to the Columns edit and as soon as I add a column I get and unhandled exception: Unable to cast object of type 'System.Windows.Forms.ColumHeader' to type 'BrightIdeasSoftware.OLVColumn'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Christian</dc:creator><pubDate>Thu, 02 Jun 2022 20:58:00 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/444a2b121f/?limit=25#d0a0</guid></item><item><title>JSB posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/debea9bb7f/?limit=25#2df1</link><description>HI! I'm using a treelistview. It works flawlesly. I have a two level object hierarchy. Depending on the type of object I asign it an image from a imagelist. This works well. Previously I was using an objectlistview. I had a first column with a white star image. The user would click on it and the star would change to a full yellow star. This also triggered some sql changes so the user added that object to a favourite table. I can't really replicate this with the treelistview. Is it possible to add...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JSB</dc:creator><pubDate>Thu, 28 Apr 2022 08:35:11 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/debea9bb7f/?limit=25#2df1</guid></item><item><title>Grigory posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/06e63d56/?limit=25#5324</link><description>Hello! I'm trying to use ObjectListView with python, I also want to insert buttons; in https://pypi.org/project/ObjectListView/ has an old version v1.3.1. I can't find anywhere how to install the new version v2.9.1 for Python. Is this even possible at the moment, how to do it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Grigory</dc:creator><pubDate>Thu, 21 Apr 2022 17:39:26 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/06e63d56/?limit=25#5324</guid></item><item><title>JSB posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/303eade7/?limit=25#71be</link><description>Hi! Sorry to bother @grammarian but, Is there a way to add a text filter to the "excel-like" filter? It would be great to have a way to filter by "Contains..." or "Starts with..." Thank you for this great control!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JSB</dc:creator><pubDate>Mon, 11 Apr 2022 15:50:57 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/303eade7/?limit=25#71be</guid></item><item><title>Gregor Matz posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/a4d6ebb135/?limit=25#0f60</link><description>Hi community, I struggle a bit with a (potentially) simple problem. I am not a total beginner but I am also no professional programmer. I am using ObjectListView and my list has a couple of Double values that I display. My problem is that ObjectListView always uses a "NumericUpDown" component to display these values and the value is limited to a certain value of domething like 999999999. I would like to use a textBox to freely change the value to for example 13E200 and to get rid of this "UpDown"-Arrows....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregor Matz</dc:creator><pubDate>Fri, 18 Mar 2022 08:48:13 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/a4d6ebb135/?limit=25#0f60</guid></item><item><title>Maarten posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/b2c57809/?limit=25#9b33/8d4d</link><description>same problem here. Any updates?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten</dc:creator><pubDate>Fri, 11 Mar 2022 20:55:38 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/b2c57809/?limit=25#9b33/8d4d</guid></item><item><title>Maarten posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1cc9a640/?limit=25#378f</link><description>Did you finally published your code somewhere? I am still struggling with the issue and can use any source as help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten</dc:creator><pubDate>Fri, 11 Mar 2022 20:41:08 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/1cc9a640/?limit=25#378f</guid></item><item><title>Maarten modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/31b09306/?limit=25#1368</link><description>I realize it's a long time ago, but I have issue with the combobox as much others have. The combobox is filled and shown correctly. I can select an item from it and can leave the cell by selecting another one. Leaving the cell triggers the dlvFigures_CellEditFinished(sender As Object, e As CellEditEventArgs) Handles dlvFigures.CellEditFinished function. e.control is a combox but always empty. It doesn't contain any items. What am I overlooking here?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten</dc:creator><pubDate>Fri, 11 Mar 2022 18:06:31 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/31b09306/?limit=25#1368</guid></item><item><title>Maarten posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/31b09306/?limit=25#1368</link><description>I realize it's a long time ago, but I have issue with the combobox as much others have. The combobox is filled and shown correctly. I can select an item from it and can leave the cell by selecting another one. Leaving the cell triggers the dlvFigures_CellEditFinished(sender As Object, e As CellEditEventArgs) Handles dlvFigures.CellEditFinished function. e.control is a combox but always empty. It doesn't contain any items. What am I overlooking here?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarten</dc:creator><pubDate>Fri, 11 Mar 2022 18:06:07 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/31b09306/?limit=25#1368</guid></item><item><title>JOSH posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/82f2eb5f/?limit=25#985d/5cc7</link><description>Greeting from 2022, can you provide an example for TreeRenderer? Im using HighlightTextRenderer on TreeListView but only first column "olvColumn1" is not working. var filter = TextMatchFilter.Contains(treeListView1, txtSearchInTable.Text); filter.Columns = new[] { this.olvColumn1, this.olvColumn2, this.olvColumn3, this.olvColumn4 }; treeListView1.DefaultRenderer = new HighlightTextRenderer(filter);</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOSH</dc:creator><pubDate>Wed, 09 Mar 2022 02:39:34 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/82f2eb5f/?limit=25#985d/5cc7</guid></item><item><title>SIMON ALEMAN posted a comment on discussion Help</title><link>https://sourceforge.net/p/objectlistview/discussion/812923/thread/a98ad5c7/?limit=25#9b45</link><description>I am getting The thread 0x11f90 has exited with code 259 (0x103) on form load. What would cause that?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SIMON ALEMAN</dc:creator><pubDate>Thu, 24 Feb 2022 22:57:17 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812923/thread/a98ad5c7/?limit=25#9b45</guid></item><item><title>SIMON ALEMAN created ticket #27</title><link>https://sourceforge.net/p/objectlistview/support-requests/27/</link><description>VB.NET Programmatic checking of Excel Style Filter Values for column</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SIMON ALEMAN</dc:creator><pubDate>Tue, 22 Feb 2022 06:50:36 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/support-requests/27/</guid></item><item><title>Ben Tam posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8e5ec5481/?limit=25#1e3d</link><description>Dear All, I copied the code from https://sourceforge.net/p/objectlistview/discussion/812923/thread/8c12bc38/ . However I got errors in c# (see the attached GIF file). One of the errors is: 'ColumnHeader' does not contain a definition for 'HasFilterIndicator' and no accessible extension method 'HasFilterIndicator' accepting a first argument of type 'ColumnHeader' could be found (are you missing a using directive or an assembly reference?) Other errors are similer. May I know how to fix it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Tam</dc:creator><pubDate>Mon, 21 Feb 2022 04:34:03 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/d8e5ec5481/?limit=25#1e3d</guid></item><item><title>Doug Duthie posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4c28c31b6e/?limit=25#9f72/1434</link><description>To answer my own question, I just went through the code of ObjectListView and (in 2.9.1 anyway) it appears the MenuLabelSortXXX properties are redundant as far as sorting the labels. The only thing that matters is the column LastDisplayIndex property. As the columns I display are manually chosen, ordered and saved by the user, dynamically setting LastDisplayIndex with whatever sorting criteria I want seems to do the job</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doug Duthie</dc:creator><pubDate>Wed, 09 Feb 2022 10:44:21 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4c28c31b6e/?limit=25#9f72/1434</guid></item><item><title>Doug Duthie posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4c28c31b6e/?limit=25#9f72</link><description>How do I order the columns shown on header right click? I'd like to be able to order them alphabetically, or alphabetically in groups. I see there are a bunch of properties named MenuLabelSortXXXX but I can't find any documentation on how to use them Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doug Duthie</dc:creator><pubDate>Sun, 30 Jan 2022 08:39:46 -0000</pubDate><guid>https://sourceforge.net/p/objectlistview/discussion/812922/thread/4c28c31b6e/?limit=25#9f72</guid></item></channel></rss>