<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hiding the border on a Spark List control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-7567</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-7567</guid>
		<description>For marginally more information, see &lt;a href=&quot;http://blog.flexexamples.com/2010/04/22/removing-the-rollover-and-selection-highlight-on-a-spark-list-control-in-flex-4/&quot; rel=&quot;nofollow&quot;&gt;&quot;Removing the rollover and selection highlight on a Spark List control in Flex 4&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>For marginally more information, see <a href="http://blog.flexexamples.com/2010/04/22/removing-the-rollover-and-selection-highlight-on-a-spark-list-control-in-flex-4/" rel="nofollow">&#8220;Removing the rollover and selection highlight on a Spark List control in Flex 4&#8243;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-7565</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-7565</guid>
		<description>@Daniel,

Create a simple custom item renderer and set the Boolean &lt;code&gt;autoDrawBackground&lt;/code&gt; property to &lt;em&gt;false&lt;/em&gt;, as seen in the following example:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:ItemRenderer name=&quot;CustomItemRenderer&quot;
        xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot; 
        xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot; 
        xmlns:mx=&quot;library://ns.adobe.com/flex/mx&quot; 
        autoDrawBackground=&quot;false&quot;&gt;
    
    &lt;s:Label text=&quot;{data.label}&quot;
            left=&quot;2&quot; right=&quot;2&quot; top=&quot;4&quot; bottom=&quot;4&quot; /&gt;
    
&lt;/s:ItemRenderer&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@Daniel,</p>
<p>Create a simple custom item renderer and set the Boolean <code>autoDrawBackground</code> property to <em>false</em>, as seen in the following example:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:ItemRenderer</span> name=<span style="color: #ff0000;">&quot;CustomItemRenderer&quot;</span></span>
<span style="color: #000000;">        xmlns:fx=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> </span>
<span style="color: #000000;">        xmlns:s=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> </span>
<span style="color: #000000;">        xmlns:mx=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/mx&quot;</span> </span>
<span style="color: #000000;">        autoDrawBackground=<span style="color: #ff0000;">&quot;false&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Label</span> text=<span style="color: #ff0000;">&quot;{data.label}&quot;</span></span>
<span style="color: #000000;">            left=<span style="color: #ff0000;">&quot;2&quot;</span> right=<span style="color: #ff0000;">&quot;2&quot;</span> top=<span style="color: #ff0000;">&quot;4&quot;</span> bottom=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
&nbsp;
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:ItemRenderer</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-7564</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 22 Apr 2010 21:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-7564</guid>
		<description>Peter,

Any suggestions on how to hide the rollover on a list component?

Thanks,

Daniel</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Any suggestions on how to hide the rollover on a list component?</p>
<p>Thanks,</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-6940</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 02:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-6940</guid>
		<description>Done; &lt;a href=&quot;http://blog.flexexamples.com/2010/02/05/setting-the-content-background-alpha-a-spark-list-control-in-flex-4/&quot; rel=&quot;nofollow&quot;&gt;&quot;Setting the content background alpha a Spark List control in Flex 4&quot;&lt;/a&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Done; <a href="http://blog.flexexamples.com/2010/02/05/setting-the-content-background-alpha-a-spark-list-control-in-flex-4/" rel="nofollow">&#8220;Setting the content background alpha a Spark List control in Flex 4&#8243;</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-6939</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 02:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-6939</guid>
		<description>@Sönke Rohde,

Set the &lt;code&gt;contentBackgroundAlpha&lt;/code&gt; style to 0.0, as seen in the following example:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Application name=&quot;Spark_List_contentBackgroundAlpha_test&quot;
        xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
        xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
        xmlns:mx=&quot;library://ns.adobe.com/flex/mx&quot;&gt;
    
    &lt;s:Panel title=&quot;Spark List test&quot;
            horizontalCenter=&quot;0&quot; verticalCenter=&quot;0&quot;&gt;
        &lt;s:controlBarContent&gt;
            &lt;mx:Form&gt;
                &lt;mx:FormItem label=&quot;contentBackgroundAlpha:&quot;&gt;
                    &lt;s:HSlider id=&quot;sl&quot;
                            minimum=&quot;0.0&quot;
                            maximum=&quot;1.0&quot;
                            value=&quot;1.0&quot;
                            snapInterval=&quot;0.1&quot;
                            stepSize=&quot;0.1&quot; /&gt;
                &lt;/mx:FormItem&gt;
            &lt;/mx:Form&gt;
        &lt;/s:controlBarContent&gt;
        
        &lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
            &lt;s:fill&gt;
                &lt;s:LinearGradient rotation=&quot;45&quot;&gt;
                    &lt;s:GradientEntry color=&quot;red&quot; /&gt;
                    &lt;s:GradientEntry color=&quot;yellow&quot; /&gt;
                    &lt;s:GradientEntry color=&quot;haloBlue&quot; /&gt;
                &lt;/s:LinearGradient&gt;
            &lt;/s:fill&gt;
        &lt;/s:Rect&gt;
        
        &lt;s:List id=&quot;lst&quot;
                contentBackgroundAlpha=&quot;{sl.value}&quot;
                left=&quot;20&quot; right=&quot;20&quot; top=&quot;20&quot; bottom=&quot;20&quot;&gt;
            &lt;s:layout&gt;
                &lt;s:VerticalLayout requestedRowCount=&quot;4&quot;
                        gap=&quot;0&quot;
                        horizontalAlign=&quot;contentJustify&quot; /&gt;
            &lt;/s:layout&gt;
            &lt;s:dataProvider&gt;
                &lt;s:ArrayList id=&quot;arr&quot; source=&quot;[red,orange,yellow,green,blue]&quot; /&gt;
            &lt;/s:dataProvider&gt;
        &lt;/s:List&gt;
    &lt;/s:Panel&gt;
    
&lt;/s:Application&gt;
&lt;/pre&gt;

Peter
PS: I&#039;ll also post this as a new entry in a couple minutes, so it is a bit more &quot;searchable&quot;.</description>
		<content:encoded><![CDATA[<p>@Sönke Rohde,</p>
<p>Set the <code>contentBackgroundAlpha</code> style to 0.0, as seen in the following example:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Application</span> name=<span style="color: #ff0000;">&quot;Spark_List_contentBackgroundAlpha_test&quot;</span></span>
<span style="color: #000000;">        xmlns:fx=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span></span>
<span style="color: #000000;">        xmlns:s=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span></span>
<span style="color: #000000;">        xmlns:mx=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/mx&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Panel</span> title=<span style="color: #ff0000;">&quot;Spark List test&quot;</span></span>
<span style="color: #000000;">            horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:controlBarContent</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Form</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:FormItem</span> label=<span style="color: #ff0000;">&quot;contentBackgroundAlpha:&quot;</span><span style="color: #7400FF;">&gt;</span></span>
                    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:HSlider</span> id=<span style="color: #ff0000;">&quot;sl&quot;</span></span>
<span style="color: #000000;">                            minimum=<span style="color: #ff0000;">&quot;0.0&quot;</span></span>
<span style="color: #000000;">                            maximum=<span style="color: #ff0000;">&quot;1.0&quot;</span></span>
<span style="color: #000000;">                            value=<span style="color: #ff0000;">&quot;1.0&quot;</span></span>
<span style="color: #000000;">                            snapInterval=<span style="color: #ff0000;">&quot;0.1&quot;</span></span>
<span style="color: #000000;">                            stepSize=<span style="color: #ff0000;">&quot;0.1&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:FormItem</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:Form</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:controlBarContent</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Rect</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:fill</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:LinearGradient</span> rotation=<span style="color: #ff0000;">&quot;45&quot;</span><span style="color: #7400FF;">&gt;</span></span>
                    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:GradientEntry</span> color=<span style="color: #ff0000;">&quot;red&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:GradientEntry</span> color=<span style="color: #ff0000;">&quot;yellow&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:GradientEntry</span> color=<span style="color: #ff0000;">&quot;haloBlue&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:LinearGradient</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:fill</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Rect</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:List</span> id=<span style="color: #ff0000;">&quot;lst&quot;</span></span>
<span style="color: #000000;">                contentBackgroundAlpha=<span style="color: #ff0000;">&quot;{sl.value}&quot;</span></span>
<span style="color: #000000;">                left=<span style="color: #ff0000;">&quot;20&quot;</span> right=<span style="color: #ff0000;">&quot;20&quot;</span> top=<span style="color: #ff0000;">&quot;20&quot;</span> bottom=<span style="color: #ff0000;">&quot;20&quot;</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VerticalLayout</span> requestedRowCount=<span style="color: #ff0000;">&quot;4&quot;</span></span>
<span style="color: #000000;">                        gap=<span style="color: #ff0000;">&quot;0&quot;</span></span>
<span style="color: #000000;">                        horizontalAlign=<span style="color: #ff0000;">&quot;contentJustify&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:dataProvider</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:ArrayList</span> id=<span style="color: #ff0000;">&quot;arr&quot;</span> source=<span style="color: #ff0000;">&quot;[red,orange,yellow,green,blue]&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:dataProvider</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:List</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Panel</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Application</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Peter<br />
PS: I&#8217;ll also post this as a new entry in a couple minutes, so it is a bit more &#8220;searchable&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke Rohde</title>
		<link>http://blog.flexexamples.com/2010/02/05/hiding-the-border-on-a-spark-list-control-in-flex-4/comment-page-1/#comment-6938</link>
		<dc:creator>Sönke Rohde</dc:creator>
		<pubDate>Sat, 06 Feb 2010 02:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2396#comment-6938</guid>
		<description>If it only would be that easy to hide the background too.
No other way then providing a custom skin, right?</description>
		<content:encoded><![CDATA[<p>If it only would be that easy to hide the background too.<br />
No other way then providing a custom skin, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

