Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 6 - 8
BSD 3-Clause "New" or "Revised" License
401 stars 61 forks source link

[Feature Request]: Toolbar - 'standard item' images #1171

Closed PWagner1 closed 3 months ago

PWagner1 commented 11 months ago

When inserting standard items to a toolbar or QAT, the images used should follow those that are used by the corresponding buttonspec items.

Smurf-IV commented 11 months ago

Can you expand on what you mean please ? i.e. reading this cold, it does not have enough information...

PWagner1 commented 11 months ago

Currently, when a user clicks the 'Insert Standard Items' tag on ToolStrip, it'll insert system images. Wondering if a future KToolStrip could use those already implemented for the equivalent ButtonSpecs?

1171

Smurf-IV commented 11 months ago

But, Toolstrip images can also be "Large", so that would mean having duplicate "Large" images as well, which would / might cause confusion. toolStrip1.ImageScalingSize = new Size(40, 40);

PWagner1 commented 11 months ago

But, Toolstrip images can also be "Large", so that would mean having duplicate "Large" images as well, which would / might cause confusion. toolStrip1.ImageScalingSize = new Size(40, 40);

Good point, as a developer could enlarge it for touch etc

PWagner1 commented 3 months ago

Not going to implement this.