Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: How to Create an Unbound Windows Forms DataGridView Control

description: Populate an unbound Windows Forms DataGridView Control programmatically and display a small amount of data in a table format without binding it to a data source

description: Populate an unbound Windows Forms DataGridView Control programmatically and display a small amount of data in a table format without binding it to a data source.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Walkthrough to Creating an Unbound Windows Forms DataGridView Control

description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source

description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: How to Alter the Typography of Text

description: To alter the telegraphy of text, set the telegraphy attribute. You can set the typographic property of text programmatically. You can see how altered and default telegraphy properties of text render on screen each with an example.

ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down