Provide a secondary info panel?

Ideas for improvements and requests for new features in XnView MP

Moderator: xnview

FKCapitalism2
Posts: 400
Joined: Sun Apr 23, 2023 5:14 am

Provide a secondary info panel?

Post by FKCapitalism2 »

Hello is there possibility to add secondary info panel because my main info panel grown up in side dramatically and most of the time i only need values that show in blue color on screenshot, but occasionally i need also full values so i cant shorten the original info panel.

Would be ideal if there was secondary a info panel available that i can place on the right side of the screen same exact logic just separate info panel that grows in size as i add more values.


1.jpg
You do not have the required permissions to view the files attached to this post.
Franky
Posts: 327
Joined: Fri Mar 06, 2020 1:28 pm
Location: France - BZH

Re: Provide a secondary info panel?

Post by Franky »

Hi,

Yes you can have your personal information panel.
You can configure it in settings/view/info
FKCapitalism2
Posts: 400
Joined: Sun Apr 23, 2023 5:14 am

Re: Provide a secondary info panel?

Post by FKCapitalism2 »

Franky wrote: Wed Apr 08, 2026 7:48 amYes you can have your personal information panel.
You can configure it in settings/view/info
That's actually the info panel i configured on the left on screenshot, but as you see it is using all vertical space could benefit from secondary info panel where i can put only few fields.
Franky
Posts: 327
Joined: Fri Mar 06, 2020 1:28 pm
Location: France - BZH

Re: Provide a secondary info panel?

Post by Franky »

If I understood correctly, you have already created your left panel with all the information and you want a second one with less information.
I don't think you can create two sections of information.
User avatar
user0
XnThusiast
Posts: 2888
Joined: Sat May 09, 2015 9:37 am

Re: Provide a secondary info panel?

Post by user0 »

FKCapitalism2 wrote: Tue Apr 07, 2026 11:33 am is there possibility to add secondary info panel
use table + stretch horizontally + opacity 0

Code: Select all

<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <tr>
    <!-- Left column -->
    <td width="200" style="background-color: rgba(0,0,0,0.3);">
      Left content here
    </td>

    <!-- Spacer -->
    <td>&nbsp;</td>

    <!-- Right column -->
    <td width="200" style="background-color: rgba(0,0,0,0.3);">
      Right content here
    </td>
  </tr>
</table>
Last edited by user0 on Fri Apr 10, 2026 4:46 pm, edited 1 time in total.
FKCapitalism2
Posts: 400
Joined: Sun Apr 23, 2023 5:14 am

Re: Provide a secondary info panel?

Post by FKCapitalism2 »

Franky wrote: Fri Apr 10, 2026 4:15 pm I don't think you can create two sections of information.
That's why i asked for it as new feature request
user0 wrote: Fri Apr 10, 2026 4:38 pm use table + stretch horizontally + opacity 0
ideally i have big table hidden almost always and only show small table all the time, then enable big table occasionally with hotkey