<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>clients/sample_controls/controllers/files.js</filename>
    </added>
    <added>
      <filename>clients/sample_controls/english.lproj/collections_page.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,14 @@
-.sc-view.control-tab .tiled-sample {
-  overflow-x: auto;
+.tiled-sample {
 }
+
+.control-sample {
+  border-right: 1px #ccc solid ;
+  overflow: hidden;
+}
+
+.control-sample &gt; .sample-label {
+  text-align: center;
+  line-height: 30px;
+  font-weight: bold;
+}
+</diff>
      <filename>clients/sample_controls/english.lproj/controls_page.css</filename>
    </modified>
    <modified>
      <diff>@@ -11,13 +11,13 @@ SampleControls.controlsPage = SC.Page.create({
 
   radioViewValue: &quot;Item1&quot;,
 
-  mainView: SC.View.design({
+  mainView: SC.ScrollView.design({
     
-    styleClass: ['control-tab'],
+    styleClass: 'control-tab',
     layout: { left:0, right:0, bottom:0, top: 12 },
+    hasVerticalScroller: NO,
 
-    childViews: [
-    tile().title('SC.ButtonView').sample(SC.ButtonView, {
+    contentView: tile().title('SC.ButtonView').sample(SC.ButtonView, {
       theme: 'regular',
       title: 'Regular'
     }, {
@@ -445,9 +445,5 @@ SampleControls.controlsPage = SC.Page.create({
         allowsEmptySelection: YES,
         allowsMultipleSelection: YES
       })
-    
-
-        ]
-          })
-
-        });
\ No newline at end of file
+    })
+  });
\ No newline at end of file</diff>
      <filename>clients/sample_controls/english.lproj/controls_page.js</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 // copyright 2008 Sprout Systems, Inc.
 // ==========================================================================
 /*global SampleControls tile */
-/*
+
 require('views/control_sample');
 
 
@@ -20,6 +20,7 @@ SampleControls.mainPage = SC.Page.create({
       items: [
         { title: &quot;Welcome&quot;, value: &quot;welcome&quot; },
         { title: &quot;Controls&quot;, value: &quot;SampleControls.controlsPage.mainView&quot; },
+        { title: &quot;Collections&quot;, value: &quot;SampleControls.collectionsPage.mainView&quot; },
         { title: &quot;Form&quot;, value: &quot;SampleControls.formsPage.mainView&quot; },
         { title: &quot;Icons&quot;, value: &quot;SampleControls.iconsPage.mainView&quot; }
       ],
@@ -43,18 +44,4 @@ SampleControls.mainPage = SC.Page.create({
   
 });
 
-*/
-
-// SproutCore ViewBuilder Design Format v1.0
-// WARNING: This file is automatically generated.  DO NOT EDIT.  Changes you
-// make to this file will be lost.
-
-SampleControls.mainPage = SC.Page.design({mainPane: SC.MainPane.design({childViews: [SC.TabView.design({nowShowing: &quot;welcome&quot;,items: [{title: &quot;Welcome&quot;,value: &quot;welcome&quot;},{title: &quot;Controls&quot;,value: &quot;SampleControls.controlsPage.mainView&quot;},{title: &quot;Form&quot;,value: &quot;SampleControls.formsPage.mainView&quot;},{title: &quot;Icons&quot;,value: &quot;SampleControls.iconsPage.mainView&quot;}],itemTitleKey: &quot;title&quot;,itemValueKey: &quot;value&quot;,userDefaultKey: &quot;mainPane&quot;,rootElementPath: [0]})]}),welcome: SC.LabelView.design({styleClass: [&quot;sc-view&quot;,&quot;sc-label-view&quot;,&quot;welcome-tab&quot;],value: &quot;&lt;h1&gt;Sample Controls&lt;/h1&gt;&lt;p&gt;SproutCore comes bundled with a wide array of controls that you can use in your own applications. Most of these controls can be created very easily using the built-in view helper functions. Consult the source code of this application for samples code to use in your own application.&lt;/p&gt;&quot;,escapeHTML: NO,rootElementPath: [0]}),pageName: &quot;SampleControls.mainPage&quot;});
-
-
-// SproutCore ViewBuilder Localization Format v1.0
-// WARNING: This file is automatically generated.  DO NOT EDIT.  Changes you
-// make to this file will be lost.
-
-SampleControls.mainPage.loc(SC.Page.localization({mainPane: SC.MainPane.localization({childViews: [SC.TabView.localization({layout: {left: 12,right: 12,top: 12,bottom: 12}})]}, '&lt;div class=&quot;sc-pane sc-main-pane sc-view&quot; style=&quot;left: 0px; right: 0px; top: 0px; bottom: 0px; &quot;&gt;&lt;div class=&quot;sc-view sc-tab-view&quot; style=&quot;left: 12px; right: 12px; top: 12px; bottom: 12px; &quot;&gt;&lt;div class=&quot;sc-view sc-container-view&quot; style=&quot;left: 0px; right: 0px; top: 11px; bottom: 0px; &quot;&gt;&lt;/div&gt;&lt;div class=&quot;sc-view sc-segmented-view sc-layout-horizontal sc-regular-size&quot; style=&quot;left: 0px; right: 0px; top: 0px; height: 23px; &quot;&gt;&lt;a href=&quot;javascript:;&quot; class=&quot;sc-segment sc-first-segment sel&quot; role=&quot;tab&quot; style=&quot;width: 0px; margin-left: 0px; &quot;&gt;&lt;span class=&quot;sc-button-inner&quot;&gt;&lt;label class=&quot;sc-button-label&quot;&gt;Welcome&lt;/label&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;javascript:;&quot; class=&quot;sc-segment sc-middle-segment&quot; role=&quot;tab&quot; style=&quot;width: 0px; margin-left: 0px; &quot;&gt;&lt;span class=&quot;sc-button-inner&quot;&gt;&lt;label class=&quot;sc-button-label&quot;&gt;Controls&lt;/label&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;javascript:;&quot; class=&quot;sc-segment sc-middle-segment&quot; role=&quot;tab&quot; style=&quot;width: 0px; margin-left: 0px; &quot;&gt;&lt;span class=&quot;sc-button-inner&quot;&gt;&lt;label class=&quot;sc-button-label&quot;&gt;Form&lt;/label&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;javascript:;&quot; class=&quot;sc-segment  sc-last-segment&quot; role=&quot;tab&quot; style=&quot;width: 0px; margin-left: 0px; &quot;&gt;&lt;span class=&quot;sc-button-inner&quot;&gt;&lt;label class=&quot;sc-button-label&quot;&gt;Icons&lt;/label&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;'),welcome:   SC.LabelView.localization({}, '&lt;div class=&quot;sc-view sc-label-view welcome-tab sc-regular-size&quot; style=&quot;left: 0px; right: 0px; top: 0px; bottom: 0px; text-align: left; font-weight: normal; &quot;&gt;&lt;h1&gt;Sample Controls&lt;/h1&gt;&lt;p&gt;SproutCore comes bundled with a wide array of controls that you can use in your own applications. Most of these controls can be created very easily using the built-in view helper functions. Consult the source code of this application for samples code to use in your own application.&lt;/p&gt;&lt;/div&gt;')}));
 </diff>
      <filename>clients/sample_controls/english.lproj/main_page.js</filename>
    </modified>
    <modified>
      <diff>@@ -80,10 +80,11 @@ SampleControls.TiledSampleView = SC.View.extend({
       view.adjust('left', left) ;
       left += view.get('frame').width ;
     }, this);
+    this.adjust('width', left);
     return ret ;
   },
   
-  layout: { left: 0, top: 0, right: 0, bottom: 0 },
+  layout: { left: 0, top: 0, bottom: 0 },
   
   styleClass: 'tiled-sample'
   </diff>
      <filename>clients/sample_controls/views/control_sample.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>clients/sample_controls/english.lproj/control_sample.css</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ff861019cbf48c30086391afe4ca557a2a54880b</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore-samples/commit/280359ee0668202c03c3c475ffc22f626cd626ee</url>
  <id>280359ee0668202c03c3c475ffc22f626cd626ee</id>
  <committed-date>2008-12-31T11:57:52-08:00</committed-date>
  <authored-date>2008-12-31T11:57:52-08:00</authored-date>
  <message>Collections page for views</message>
  <tree>3154ea55016f728ed0073abe9236b0efd697d256</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
