GrapeCity Forums

The GrapeCity Message Boards
Welcome to GrapeCity Forums Sign in | Join | Help
in Search

Column split in child forms

Last post 06-08-2009, 1:45 PM by DeepakSharma. 3 replies.
Sort Posts: Previous Next
  •  06-08-2009, 6:55 AM 78823

    Column split in child forms

    Hi,

    Even if I set  fpData.ColumnSplitBoxPolicy = SplitBoxPolicy.Always, I don't get the columns and row split boxes in child views. Is this not possible?

  •  06-08-2009, 10:51 AM 78841 in reply to 78823

    Re: Column split in child forms

     

    Hello,

    ColumnSplitBoxPolicy  is a property of Spread. It gets or sets the display policy for the column split box for the whole component.

     

    Thanks.

     


    Deepak Sharma
    GrapeCity FarPoint
  •  06-08-2009, 12:27 PM 78850 in reply to 78841

    Re: Column split in child forms

    If the ColumnSplitBoxPolicy applies to child sheets as well, do you have an explanation why the column split box is present in all my other Spreads (that are not hierarchical) and also in the parent sheet in my hierachical Spread, but never in the corresponding child sheets? Are there other flags that can be set that prevents the column split box to be visible?

    cheers,

    Anne

  •  06-08-2009, 1:45 PM 78857 in reply to 78850

    Re: Column split in child forms

     

    Hello Anne,

    As I stated earlier that ColumnSplitBoxPolicy is a property of Spread or we can say that it is a member of Spread class hence it can be used for Spread only not for ChildViews.

    In order to make column split box not visible for spread we can use :

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

    Thanks,

     

     


    Deepak Sharma
    GrapeCity FarPoint
View as RSS news feed in XML
     FarPoint Forums Home