Embedding the File Name in Property Editor

Hello

Yes I had stopped on the first glimpse....

Is there a possibility to hide this extension line?

In any case, thank you very much for the time spent.

A+

Yes, just put the control in another Group Zone and set that group zone to collapsed by default, see example below where Group Zone 7 has the value DefaultState="Collapsed":

<GroupBox Label="Zone de groupe" PropName="Zone de groupe2" DefaultState="Expanded">
      <Control Label="Zone de texte" PropName="Zone de texte4" ApplyTo="Config" Type="TextBox" ReadOnly="False" DefaultValue="" Mode="Text" />
      <Control Label="Zone de texte" PropName="Zone de texte6" ApplyTo="Config" Type="TextBox" ReadOnly="False" DefaultValue="" Mode="Text" />
      <Control Label="Zone de texte" PropName="Zone de texte5" ApplyTo="Config" Type="TextBox" ReadOnly="False" DefaultValue="" Mode="Text" />
    </GroupBox>
    <GroupBox Label="Zone de groupe" PropName="Zone de groupe7" DefaultState="Collapsed">
      <Control Label="Zone de texte" PropName="Zone de texte7" ApplyTo="Config" Type="TextBox" ReadOnly="False" DefaultValue="" Mode="Text" />
    </GroupBox>

Kind regards

OK, that's what I tested, and in addition I removed the name of the Label, to make it even more discreet...

Thank you and have a good weekend