Won't Fix
Last Updated: 15 Oct 2019 11:36 by ADMIN
ADMIN
Peshito
Created on: 02 Jun 2017 14:07
Category: RichTextBox
Type: Bug Report
1
RichTextBox: Paragraph dialog is clipped in the bottom when application is built with .net 4.7
When an application is built with .net version 4.7, the paragraph dialog is clipped in the bottom.
1 comment
ADMIN
Peshito
Posted on: 05 Jun 2017 15:20

.NET Framework 4.7, WPF replaces the algorithm that the Grid control uses to allocate space to *-columns. By default, apps that target versions of the .NET Framework starting with the .NET Framework 4.7 will use the new algorithm, while apps that target the .NET Framework 4.6.2 or earlier versions will use the old algorithm. To override the default, use the following configuration setting: <runtime> <AppContextSwitchOverrides value="Switch.System.Windows.Controls.Grid.StarDefinitionsCanExceedAvailableSpace=true" /> </runtime> https://msdn.microsoft.com/en-us/library/mt807865(v=vs.110).aspx