Links: .NET Desktop - framework\wpf (#109)

* Links: .NET Desktop - framework\wpf

* Apply suggestions from code review

Co-authored-by: Andy De George <[email protected]>
This commit is contained in:
David Coulter
2020-11-05 13:50:29 -08:00
committed by GitHub
co-authored by Andy De George
parent c1d6e1d23e
commit 674b773578
67 changed files with 657 additions and 136 deletions
@@ -9,15 +9,18 @@ helpviewer_keywords:
ms.assetid: 15d58f1d-3db6-4cb5-88c7-8c45f19301e2
---
# ListBox How-to Topics
The topics in this section describe how to use the <xref:System.Windows.Controls.ListBox> control to display selectable lists of items.
## In This Section
[Bind a ListBox to Data](how-to-bind-a-listbox-to-data.md)
[Get a ListBoxItem](how-to-get-a-listboxitem.md)
[How to: Add Data to an ItemsControl](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.5/ms743602(v=vs.90))
[How to: Add Data to an ItemsControl](/previous-versions/dotnet/netframework-3.5/ms743602(v=vs.90))
[Improve the Scrolling Performance of a ListBox](how-to-improve-the-scrolling-performance-of-a-listbox.md)
## Reference
<xref:System.Windows.Controls.ListBox>
<xref:System.Windows.Controls.ListBoxItem>