Hallo,
ich hab ein Problem mit einer Control-Group mit einer Control List drin.
Jetzt möchtee ich die Liste in der Controlgroup rechtsbündig haben egal wieviele Elemente enthalten sind, nur ich bekomme es gerade nicht hin... hat mir jemand nen Tip was ich falsch mache?
Hier der verwendete Code:
Code
<control type="group">
<left>700</left>
<top>1</top>
<posx>700</posx>
<align>right</align>
<width>700</width>
<control type="list" id="8100">
<left>0</left>
<top>0</top>
<width>1200</width>
<height>40</height>
<align>right</align>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="40" width="50">
<control type="image">
<left>10r</left>
<top>0</top>
<width>35</width>
<height>35</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="50">
<control type="image">
<left>10r</left>
<top>0</top>
<width>35</width>
<height>35</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
<content>plugin://service.infocollector/?methode=get_container</content>
</control>
</control>
Alles anzeigen
Danke und Gruß
Tobias