2 pièce(s) jointe(s)
Problème avec un code pour le backstage
Bonjour à tous
j'ai un soucis avec l'affichage dans le backstage
ma colonne 1 ne s'élargie pas
j'ai essayé le columnMinWidth le columnwidthpercent etc.. rien n'y fait
j'ai fait un petit exemple pour la démo
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
| <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<backstage>
<tab id="tabb202401" label="mes tutos sur youtube" firstColumnMinWidth="600">
<firstColumn>
<taskFormGroup id="grtask1">
<category id="truc">
<task id="ButtonTask1" label="Task" imageMso="HappyFace">
<group id="MyTestGroup1" label="Test Group 1">
<topItems>
<labelControl id="Label1" label="Information about this button."/>
<button id="Button1" style="large" label="Click me" imageMso="HappyFace" isDefinitive="true" onAction="TestMe"/>
<labelControl id="Label2" label="Information about this button."/>
<button id="Button2" label="Click me" imageMso="HappyFace" isDefinitive="true" onAction="TestMe2"/>
</topItems>
</group>
</task>
<task id="ButtonTask2" label="Task2" imageMso="HappyFace">
<group id="MyTestGroup2" label="Test Group 2">
<topItems>
<labelControl id="Label3" label="Information about this button."/>
<button id="Button3" style="large" label="Click me" imageMso="HappyFace" isDefinitive="true" onAction="TestMe"/>
<labelControl id="Label4" label="Information about this button."/>
<button id="Button4" label="Click me" imageMso="HappyFace" isDefinitive="true" onAction="TestMe2"/>
</topItems>
</group>
</task>
</category>
</taskFormGroup>
</firstColumn>
</tab>
</backstage>
</customUI> |
Pièce jointe 656582
merci d'avance pour le coup de main ;)