mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "ListBox How-to Topics"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "ListBox control [WPF], how-to topics"
|
||||
- "controls [WPF], ListBox"
|
||||
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))
|
||||
[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>
|
||||
|
||||
## Related Sections
|
||||
Reference in New Issue
Block a user