Hi,
I have a MainMdi form and a raddock in it, i add a DocumentContainer to RadDock like this:
I want to set backgrouud image for my raddock that display when no child form is open..
i use this code, but when i execute my application in 17" monitors or smaller my image didn't show in stretch mode and lose some part of my image.
Please help me
Regards,
Mahvash
I have a MainMdi form and a raddock in it, i add a DocumentContainer to RadDock like this:
Me.RadDockMain.MainDocumentContainer = Me.DocumentContainer1i use this code, but when i execute my application in 17" monitors or smaller my image didn't show in stretch mode and lose some part of my image.
Dim im As New ImagePrimitiveim.ImageLayout = ImageLayout.Stretchim.StretchHorizontally = Trueim.StretchVertically = Trueim.Image = My.Resources.pic_Main_ImageDocumentContainer1.SplitPanelElement.StretchHorizontally = TrueDocumentContainer1.SplitPanelElement.StretchVertically = TrueDocumentContainer1.SplitPanelElement.Children.Add(im)Please help me
Regards,
Mahvash