winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Extract test controls from resources to code

Open ArtemTatarinov opened this issue 4 years ago • 0 comments

Some items at some forms (ListViewTest, TreeViewTest) of our internal test application (WinformsControlsTest) are created from the resources: image image

These items are not visible at the Managed Resources Editor: image

We should extract the creation of such items from the resx-files to the direct code initialization to make their properties readable, simplify their modification if needed, etc.

ArtemTatarinov avatar Dec 27 '21 09:12 ArtemTatarinov