How to avoid creating additional scrolls automatically in the spread?

Posted by: hungvv on 22 May 2019, 3:57 am EST

    • Post Options:
    • Link

    Posted 22 May 2019, 3:57 am EST - Updated 30 September 2022, 1:53 pm EST

    Hi Guys,

    Please help me?

    When i keeping the mouse then drag at the scroll bar in spread. Spread auto created new scroll.

    How to avoid creating additional scrolls automatically in the spread?

  • Posted 23 May 2019, 7:36 am EST

    Hello,

    I am not able to reproduce the issue with the attached sample. Could you please check at your end with the same.

    If the issue is not reproducible with the attached sample, could you please modify the attached sample so that I can replicate the issue at my end.

    This will be very helpful for us.

    Thanks.

    WindowsFormsApp42.zip

  • Posted 24 May 2019, 10:08 am EST - Updated 30 September 2022, 1:53 pm EST

    Hi Mohitg,

    You can look at the image I just created.

    I use Spread Ver 11.0.4502.2012 (Japan)

    Thanks so much.

  • Posted 27 May 2019, 4:56 am EST

    Hello,

    You can set the following properties to avoid these scrollbars:

    
      fpSpread1.ColumnSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     fpSpread1.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
    
    

    Hope it helps.

    Thanks.

  • Posted 27 May 2019, 11:48 pm EST

    Hi Mohitg,

    Thank you very much.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels