<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How Can I Remove Vertical Scrollbar using LuaScript?]]></title><description><![CDATA[<p dir="auto">I have the LuaScript plugin installed and am trying to set <a href="https://dail8859.github.io/LuaScript/classes/Editor.html#Editor.VScrollBar" rel="nofollow ugc">VScrollbar to false</a>. How do I go about writing this in Lua?</p>
<p dir="auto">(Reason for asking is that I’m trying to only show the Document Map… and I’m pretty weak in programming.)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17658/how-can-i-remove-vertical-scrollbar-using-luascript</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 09:08:47 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17658.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 May 2019 23:32:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How Can I Remove Vertical Scrollbar using LuaScript? on Sun, 19 May 2019 07:34:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/hced" aria-label="Profile: hced">@<bdi>hced</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Welcome to the <strong>Notepad++ Community</strong> !</p>
<p dir="auto">Very simply, indeed !</p>
<ul>
<li>
<p dir="auto">Open the <strong>Lua</strong> console ( <strong><code>Plugins &gt; LuaScript &gt; Show Console</code></strong></p>
</li>
<li>
<p dir="auto">Inside the <strong>bottom</strong> line, type the command :</p>
</li>
</ul>
<p dir="auto"><strong><code>editor.VScrollBar = false</code></strong>  with that <strong>exact</strong> case</p>
<p dir="auto">Either, hit the <strong>Enter</strong> key or click on the <strong><code>Run</code></strong> button</p>
<p dir="auto">Here we are !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43569</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43569</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 19 May 2019 07:34:42 GMT</pubDate></item></channel></rss>