<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Dec 2019 19:37:30 Z</lastBuildDate><pubDate>2 Dec 2019 16:43:45 Z</pubDate><description>Hi&#13;
&#13;
Does anyone know the property or function to set the display mode of panes on a tab control to "Invisible Panes".  Unfortunatley, the tooltip for this on the tab description does not say what it is and aI cannot find the property to set this.  I can do it in the editor, but it is a pian having to reset it each time I want to change a control on a tab in the editor.  So I want to make it invisible in code.&#13;
&#13;
Any ideas?&#13;
&#13;
Simon</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp</link><title>How to set "Display mode of panes" on tabs via program</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>BALTASAR</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67471/read.awp</comments><pubDate>5 Dec 2019 19:37:30 Z</pubDate><description>Simon Phillips wrote: &#13;
&gt; Thanks. That seems to do the trick. I'm surprised there is not a property to do this.&#13;
&gt; &#13;
&gt; Simon&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67471/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67471/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp">How to set "Display mode of panes" on tabs via program</source><title>Re: How to set "Display mode of panes" on tabs via program</title></item><item><author>sdbxox</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67470/read.awp</comments><pubDate>5 Dec 2019 16:42:56 Z</pubDate><description>Thanks.  That seems to do the trick.  I'm surprised there is not a property to do this.&#13;
&#13;
Simon</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67470/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67470/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp">How to set "Display mode of panes" on tabs via program</source><title>Re: How to set "Display mode of panes" on tabs via program</title></item><item><author>BALTASAR</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67465/read.awp</comments><pubDate>5 Dec 2019 10:37:51 Z</pubDate><description>Now I understand you&#13;
&#13;
If you set "paneshift" to a value greater than screen width ... it seems to work like "invisible panes" …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67465/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67465/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp">How to set "Display mode of panes" on tabs via program</source><title>Re: How to set "Display mode of panes" on tabs via program</title></item><item><author>sdbxox</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67463/read.awp</comments><pubDate>4 Dec 2019 16:58:33 Z</pubDate><description>Hi &#13;
&#13;
Unfortunately  not.&#13;
&#13;
What I am trying to replicate is the Invisible Panes setting in the Description on the Tab control…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67463/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67463/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp">How to set "Display mode of panes" on tabs via program</source><title>Re: How to set "Display mode of panes" on tabs via program</title></item><item><author>BALTASAR</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67460/read.awp</comments><pubDate>3 Dec 2019 10:32:12 Z</pubDate><description>not sure if you are asking for this:&#13;
&#13;
[code:wl]&#13;
TAB_Noname[1]..visible=false&#13;
TAB_Noname[2]..visible=not TAB_Noname[2]&#13;
[/cod…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67460/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program-67460/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67457-how-set-display-mode-panes-tabs-via-program/read.awp">How to set "Display mode of panes" on tabs via program</source><title>Re: How to set "Display mode of panes" on tabs via program</title></item></channel></rss>
