PCF-Controls icon indicating copy to clipboard operation
PCF-Controls copied to clipboard

Action Button percentage width does not use the container width for calculations

Open David-Cadmart opened this issue 9 months ago • 0 comments

The Action Button PCF has the option to customize the width, either by pixel or percentage, but the button is wrapped around a TooltipHost and thus the width of 100% would not cover the whole column where the control is used. It simply gets the same width of the TooltipHost and the TooltipHost has the default width of the button.

An easy fix could be setting the width to the TooltipHost too.

David-Cadmart avatar Apr 09 '25 20:04 David-Cadmart