Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 1.08 KB

098 Multiple items in a single TableLayoutPanel cell may be rearranged.md

File metadata and controls

34 lines (24 loc) · 1.08 KB

98: Multiple items in a single TableLayoutPanel cell may be rearranged

Scope

Minor

Version Introduced

4.5

Version Reverted

4.5

Source Analyzer Status

Available

Change Description

In the .NET Framework 4.5, if multiple items are placed in the same TableLayoutPanel cell, they may be displayed in a different order than they were in the .NET Framework 4.0.

  • Quirked
  • Build-time break

Recommended Action

This behavior was reverted in a servicing update for the .NET Framework 4.5. Please update the .NET Framework 4.5, or upgrade to .NET Framework 4.5.1 or later, to fix this issue. Alternatively, avoid the ambiguous case of multiple items in the same TableLayoutPanel cell.

Affected APIs

  • M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)

Category

Windows Forms