<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to add vertical slider widget in right and left panel ? in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559314#M3632</link>
    <description />
    <pubDate>Thu, 05 Jul 2018 15:20:33 GMT</pubDate>
    <dc:creator>M_shah</dc:creator>
    <dc:date>2018-07-05T15:20:33Z</dc:date>
    <item>
      <title>How to add vertical slider widget in right and left panel ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559314#M3632</link>
      <description />
      <pubDate>Thu, 05 Jul 2018 15:20:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559314#M3632</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-05T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertical slider widget in right and left panel ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559330#M3635</link>
      <description>&lt;P&gt;it would be nice if there was a vertical slider widget, but there is not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can turn the horizontal one via css, but it is not exactly elegant. Here is my code to turn one in the right side pane vertical. This is a class which goes in your Styles &amp;gt; Application. Then on the slider widget enter "rotate90" in the class field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;.rotate90 {
  transform-origin: 0% 100%; //set the rotate origin to the bottom left corner
  transform: rotate(90deg); //rotate it 90 degrees
  width: 350px; //the slider width is inherited from the right pane so it will be too small, force it to me "longer"
  left: 40px; //use to push it over to the right edge of the pane
  }&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jul 2018 17:12:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559330#M3635</guid>
      <dc:creator>jmikesell</dc:creator>
      <dc:date>2018-07-05T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertical slider widget in right and left panel ?</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559362#M3637</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/216619"&gt;@jmikesell&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 04:41:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-add-vertical-slider-widget-in-right-and-left-panel/m-p/559362#M3637</guid>
      <dc:creator>M_shah</dc:creator>
      <dc:date>2018-07-06T04:41:40Z</dc:date>
    </item>
  </channel>
</rss>

