GridRecordNavigationControl splitter - show programmatically ?

Hi, we have a GridRecordNavigationControl with a GridDataBoundGrid inside it.

The splitter seems to work well. However, we would like to programmatically show the splitter (and hopefully set the splitter location) when the form is shown instead of forcing the user to go to the right and grab the splitter manually. Is there a way to do this ?

Thanks for any info !
-Rob



1 Reply

AD Administrator Syncfusion Team February 26, 2008 09:16 PM UTC

Hi Rob,

You can set the splitter bar position by using the VSplitPos/HSplitPos property. Please try the attached sample and let me know if this helps.

gridRecordNavigationControl1.VSplitPos = 50;
gridRecordNavigationControl1.HSplitPos = 50;

RecordNavDataBoundGrid.zip

Best regards,
Haneef


Loader.
Up arrow icon