﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » BrowseResultsListView</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 29 Jun 2026 10:08:05 GMT</lastBuildDate><ttl>20</ttl><item><title>BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25267.aspx</link><description>I have a need to get to the BrowseResultsListView from the main BrowseDialog object.&amp;nbsp; The only reference to this&amp;nbsp;I can find is via&amp;nbsp;the InformationPanel.BrowseDialogWindowReference.&amp;nbsp; Is there a property for this from the browsedialog itself or is there a reference to the InformationPanel object?&amp;nbsp; Thanks!</description><pubDate>Mon, 30 Nov 2009 13:36:44 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25311.aspx</link><description>No, since you are never actually "in" the BrowseDialog, just the info panel.  I see what you are trying to do and these are some good enhancement ideas.  We will catalog them for the next set of modifications made here.</description><pubDate>Mon, 30 Nov 2009 13:36:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25310.aspx</link><description>Ok, at least I'm not going crazy! :w00t:&lt;/P&gt;&lt;P&gt;Is there a property that gives me access to&amp;nbsp;the information panel object from the browsedialog (not just the information panel string name)?</description><pubDate>Mon, 30 Nov 2009 13:31:01 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25309.aspx</link><description>[quote]I can't find the SF BrowseDialog's property name that is a direct access to the BrowseResultsListView without going through the BrowseDialogInformationPanel? [/quote]&lt;br&gt;
&lt;br&gt;
No.  You actually have to get to this through the info panel.&lt;br&gt;
&lt;br&gt;
[quote]Also, I see the BrowseResultsLayout.BrowseColumns collection, but the BrowseHeaderWidth property does not seem to be updated with column widths that are interactively changed by the user at runtime, but only used to set column widths on initialization.[/quote]&lt;br&gt;
&lt;br&gt;
As for the widths of the columns, these are all set through properties for the browse columns even when going through the designer.  So these can be set programatically at run-time...however, they are not modified once adjusted.  This would require a program change.  We save pretty much everything else off via the registry (if set).  This may be something that we want to add.</description><pubDate>Mon, 30 Nov 2009 13:25:37 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25308.aspx</link><description>I can't find&amp;nbsp;the SF BrowseDialog's property name that is a direct access to the BrowseResultsListView without going through the BrowseDialogInformationPanel?&amp;nbsp; &lt;P&gt;Also, I see the BrowseResultsLayout.BrowseColumns collection, but the&amp;nbsp;BrowseHeaderWidth property does not seem to be updated with column widths that are interactively changed by the user at runtime, but only used to set column widths on initialization.&lt;/P&gt;&lt;P&gt;I appreciate any help! :D</description><pubDate>Mon, 30 Nov 2009 13:15:08 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25305.aspx</link><description>You can do this on the Standard SF BrowseDialog as we give direct access to all of those objects.  Please review the other post regarding the DevEx BrowseDialog for more information about the DevEx version.</description><pubDate>Mon, 30 Nov 2009 07:58:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25272.aspx</link><description>Thanks for the reply!&amp;nbsp; What I'm actually looking for though is a way to access the listview object from within a method of my&amp;nbsp;class that inherits from the&amp;nbsp;BrowseDialog.&amp;nbsp; I would like to save off the column widths when the dialog is closed.&amp;nbsp; It appears&amp;nbsp;I might be able to use the BrowseResultsLayout.BrowseColumns[colIndex].ColumnHeaderWidth to access the column widths, but it looks like this is used&amp;nbsp;only to set them.&amp;nbsp; Am I doing something wrong or is there another way to accomplish this?&amp;nbsp; Thanks!</description><pubDate>Wed, 25 Nov 2009 06:37:10 GMT</pubDate><dc:creator>Chris Diesel</dc:creator></item><item><title>RE: BrowseResultsListView</title><link>http://forum.strataframe.net/FindPost25269.aspx</link><description>I'm not an expert using the BrowseDialog, so this is just based on what I'm seeing in source. As you already have determined, it has neither access to the BrowseDialogWindow nor direct access to the BrowseResultsListView.  As I look at how the class works, I'm not sure I understand how you could ever have access the BrowseResultsListView.  The only time the BrowseDialogWindow exists is within the ShowDialog method, which uses the ShowDialog method on the BrowseDialog&amp;#119;indow.&lt;br&gt;
&lt;br&gt;
If you need to access the data that is filling the listview, you'd use the BusinessObjectToPopulate, which will be filled with the results after the search.</description><pubDate>Tue, 24 Nov 2009 16:14:07 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>