Drop support for Windows "classic mode" #1173
Labels
Breaking Change
Open for Discussion
There are several possibilites to address the issue and anyone is invited for comments.
Milestone
Windows 7 was the last version of the operating system that supported the classic mode, which is the look introduced with Windows 95, that does not support theming. Most methods that do painting have two code paths, one for the old classic mode and one that uses the theming engine of Windows / the style services of the VCL. With the many refactorings that have been done for Virtual TreeView V8 there is a high likelihood some code paths for the classic modes are broken. However, no active testing takes places as all operating systems are outdated which still have the classic mode.
Therefore, I think the best option for those that still need to support the Windows classic mode, is to stick with the stable V7 branch and to officially deprecate the support for the classic mode in V8.
The text was updated successfully, but these errors were encountered: