<?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: Setting the horizontal spacing between items in a LinkBar control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lincoln</title>
		<link>http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/comment-page-1/#comment-7710</link>
		<dc:creator>Lincoln</dc:creator>
		<pubDate>Fri, 14 May 2010 18:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/#comment-7710</guid>
		<description>You need to specify the css for the Buttons of the LinkBar.

as:
&lt;pre lang=&quot;actionscript3&quot;&gt;
linkBar.setStyle(&#039;linkButtonStyleName&#039;, &#039;myLinkButtonStyleName&#039;);
&lt;/pre&gt;

css:
&lt;pre lang=&quot;css&quot;&gt;
.myLinkButtonStyleName {
	paddingTop: 0;
	paddingRight: 2;
	paddingLeft: 2;
	paddingBottom: 0;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You need to specify the css for the Buttons of the LinkBar.</p>
<p>as:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">linkBar<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">setStyle</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">'linkButtonStyleName'</span><span style="color: #000066; font-weight: bold;">,</span> <span style="color: #990000;">'myLinkButtonStyleName'</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></pre></div></div>

<p>css:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.myLinkButtonStyleName</span> <span style="color: #00AA00;">&#123;</span>
	paddingTop<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	paddingRight<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">2</span><span style="color: #00AA00;">;</span>
	paddingLeft<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">2</span><span style="color: #00AA00;">;</span>
	paddingBottom<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/comment-page-1/#comment-6318</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/#comment-6318</guid>
		<description>I&#039;m wondering the same question as Jose.</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering the same question as Jose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/comment-page-1/#comment-3127</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/20/setting-the-horizontal-spacing-between-items-in-a-linkbar-control-in-flex/#comment-3127</guid>
		<description>i was wondering if is it possible to change the size of the blue box that appears with once you roll over the mouse??</description>
		<content:encoded><![CDATA[<p>i was wondering if is it possible to change the size of the blue box that appears with once you roll over the mouse??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

