How to do 2*2 or 3*2 thumbs in ThumbnailView?
#1
do answer my own ? its done By Editing ViewsFileMode.xml


Code:
    <include name="WideIconView">
        <control type="group">
            <visible>Control.IsVisible(505)</visible>
            <include>VisibleFadeEffect</include>
            <control type="panel" id="505">
                <visible>!Container.Content(LiveTV) + !Container.Content(Movies) + !Container.Content(Episodes) + !Container.Content(Seasons) + !Container.Content(MusicVideos) + !Container.Content(Addons) + !Skin.HasSetting(TVShowsUsePosters)</visible>
                <posx>100</posx>
                <posy>-75</posy>
                <width>1080</width>
                <height>730</height>
                <onleft>2</onleft>
                <onright>10</onright>
                <onup>505</onup>
                <ondown>505</ondown>
                <viewtype label="$LOCALIZE[539] $LOCALIZE[536]">list</viewtype>
                <pagecontrol>60</pagecontrol>
                <scrolltime>200</scrolltime>
                <preloaditems>2</preloaditems>
                <itemlayout height="310" width="540">
                    <control type="image">
                        <posx>1</posx>
                        <posy>0</posy>
                        <width>520</width>
                        <height>500</height>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>5</bordersize>
                        <texture background="true">$INFO[Listitem.Icon]</texture>
                    </control>
                    <control type="image">
                        <posx>500</posx>
                        <posy>100</posy>
                        <width>35</width>
                        <height>35</height>
                        <aspectratio>scale</aspectratio>
                        <texture>$INFO[ListItem.Overlay]</texture>
                    </control>
                </itemlayout>
                <focusedlayout height="110" width="540">
                    <control type="image">
                        <posx>1</posx>
                        <posy>0</posy>
                        <width>520</width>
                        <height>500</height>
                        <bordertexture border="5">folder-focus.png</bordertexture>
                        <bordersize>5</bordersize>
                        <texture background="true">$INFO[Listitem.Icon]</texture>
                    </control>
                    <control type="image">
                        <posx>500</posx>
                        <posy>70</posy>
                        <width>35</width>
                        <height>35</height>
                        <aspectratio>scale</aspectratio>
                        <texture>$INFO[ListItem.Overlay]</texture>
          </control>
          <control type="label">
            <posx>250</posx>
            <posy>380</posy>
            <width>600</width>
            <height>45</height>
            <font>font23</font>
            <textcolor>yellow</textcolor>
            <selectedcolor>selected</selectedcolor>
            <align>center</align>
            <aligny>center</aligny>
            <info>ListItem.Label</info>
          </control>
        </focusedlayout>
      </control>
Reply

Logout Mark Read Team Forum Stats Members Help
How to do 2*2 or 3*2 thumbs in ThumbnailView?0