Hi Felipe,
We understand that your requirement is to expand the control panel alone in the PivotClient control. If so, you can set “width” to the class name “controlPanel” to expand the tag. Please find the sample code snippet and screenshot for your reference.
Sample code:
<style>
.controlPanelTD {
width: 94%;
}
.controlPanelTD .controlPanel {
width: 94% !important;
}
</style> |
Note: Some CSS properties may not override. So, please provide all CSS properties with “!important” to override the CSS properties at your end.
Screen Shot:
If the provided information doesn’t meet your requirement, please provide detailed information of your requirement with a sample or screenshot, which would be helpful for us to assist you further.
Regards,
Sastha Prathap S.
1