﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebAqua - How to programmatically set CustomStartIndex of CoverFlow?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-to-programmatically-set-CustomStartIndex-of-CoverFlow/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to programmatically set CustomStartIndex of CoverFlow?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-to-programmatically-set-CustomStartIndex-of-CoverFlow/</link><pubDate>Thu, 15 Apr 2010 23:59:33 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Yuan Zi,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; You can simply set them directly from your WebCoverFlow. I have tried this on page load and it works just fine. Here is the snippet to do so:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;protected void Page_Load(object sender, EventArgs e)
{
  WebCoverFlow1.StartUpPosition = ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowStartMode.Custom;
  WebCoverFlow1.CustomStartIndex = 0;
}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How to programmatically set CustomStartIndex of CoverFlow?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-to-programmatically-set-CustomStartIndex-of-CoverFlow/</link><pubDate>Wed, 14 Apr 2010 10:04:42 GMT</pubDate><dc:creator>Alfonzoe</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;How to programmatically set CustomStartIndex of CoverFlow? I have already set &lt;/p&gt;&lt;span style="font-size: 8pt; color: #0000ff"&gt;&lt;span style="font-size: 8pt; color: #0000ff"&gt;
this&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt"&gt;.m_CoverFlow.StartUpPosition = ISNet.Silverlight.WebAqua.&lt;/span&gt;&lt;span style="font-size: 8pt; color: #2b91af"&gt;&lt;span style="font-size: 8pt; color: #2b91af"&gt;WebCoverFlowStartMode&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt"&gt;.Custom; &lt;/span&gt;&lt;span style="font-size: 8pt; color: #0000ff"&gt;&lt;span style="font-size: 8pt; color: #0000ff"&gt;this&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt"&gt;.m_CoverFlow.CustomStartIndex=3;&lt;/span&gt; 

&lt;p&gt;&lt;span style="font-size: 8pt"&gt;but it still doesn't take effect.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;Any advice on this?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;Many thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&lt;span style="font-size: 8pt"&gt;Yuanzi&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>