[...]
There should be several references to the ListView class, each
corresponding to different libraries: ASP.NET, Forms, WPF, maybe some
others. [...]
The ListView class should be documented in your local help in _all_ of
those namespaces.
oddly enough there is only the one reference in my version of local
help...maybe because i have express rather than studio?
I don't know. I haven't used the 2008 Express versions. The 2005 ones
didn't limit the help that way, so I'd be surprised if the 2008 version
does. If you can provide some specific information as to how you're
searching for the class documentation, that might spur some useful comment
from me or someone else familiar with the help system.
I can tell you that when I bring up the VS 2008 Documentation and type
"ListView" in the Index "Look for:" field, I get a number of top-level
topics (each with their own sub-topics). They are, in order:
"ListView class"
"ListView control"
"ListView control [Web server]"
"ListView control [Windows Forms]"
"ListView controls [WPF]" (yes, "controls" is plural on that one)
"ListView ControlTemplate [WPF]"
"ListView Grouping sample [WPF]"
and then a bunch of other more specific things that happen to start with
"ListView". As you can see, there are entries for all three subsets of
..NET I mentioned specifically.
If I click on the very first link, then in the Index Results pane (which
by default is below the content pane), I see six different titles. The
first three are the main class documentation page itself (for
System.Web.UI.WebControls -- i.e. ASP.NET, System.Windows.Controls -- i.e.
WPF, and System.Windows.Forms, respectively), and the next three are for
the "ListView Members" pages in each of those namespaces.
If you are not seeing all of those, perhaps there was an option during
install that you missed in which some of the .NET namespaces were excluded
somehow (I don't remember the VS Setup well enough to know if that's
actually an option, and whether it is or not in the retail IDE, I don't
have any first-hand information about what the Express setup would allow
you to choose).
Until I have a chance to go ahead and install an Express version to a
computer without a copy of VS already installed (which is a rare computer
around me
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
), I can't verify myself. But I would be really surprised if
help for the Forms namespace wasn't included on your Express installation.
Pete