<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.Code, li.Code, div.Code
        {mso-style-name:Code;
        mso-style-priority:99;
        mso-style-link:"Code Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:9.0pt;
        font-family:"Courier New";
        mso-fareast-language:EN-US;}
span.CodeChar
        {mso-style-name:"Code Char";
        mso-style-priority:99;
        mso-style-link:Code;
        font-family:"Courier New";}
p.Reply, li.Reply, div.Reply
        {mso-style-name:Reply;
        mso-style-link:"Reply Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.ReplyChar
        {mso-style-name:"Reply Char";
        mso-style-link:Reply;
        color:#1F497D;
        mso-fareast-language:EN-CA;}
span.EmailStyle21
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-CA" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal">Greetings,</p><p class="MsoNormal"> </p><p class="MsoNormal">I have a simple QTableView connected to an QAbstractTableModel.  For the purposes of my question, let’s assume that these are the most basic you can have in order to get a table with data in it.</p>
<p class="MsoNormal"> </p><p class="MsoNormal">Default behaviour is that you can scroll the table so that the last column/row becomes visible, but no further.  I would like to be able to scroll the table <i>past</i> the last row/column, i.e. I want to be able to continue to click right on the horizontal scroll bar even though I have reached the last column, thereby making the last column continue to shift left in the table revealing “empty space” in the TableView.  </p>
<p class="MsoNormal"> </p><p class="MsoNormal">I have been unsuccessful in trying to find a way and hoped that someone here had a way to do this or a suggestion as to how.</p><p class="MsoNormal"> </p><p class="MsoNormal">
Thank you,</p><p class="MsoNormal">Mark<span style> </span></p><p class="MsoNormal"> </p></div></body></html>