I have a series of usercontrols that are added and removed from the canvas in code. I need to ensure that some of them are different. How do you set what ZOrder was in VB6, the order of the user control after adding it to the canvas?
EDIT: Eh, sorry ... you have to translate this to VB.Net code ... since I only code in C # with WPF
Canvas.SetZIndex(control, zIndex);
Canvas.SetZIndex ()
And more info on canvas and z-index: Canvas.ZIndex Attached Property
. WPF, , VB, .
Source: https://habr.com/ru/post/1702712/More articles:Create a file from the large Makefile variable - makefilePHP language definition (UTF-8) - phpОбнаружение диапазона символов Unicode в PHP - phpWhat is the Perl equivalent for PHP $ _FILES for file uploads? - phpRemoving session state and adding service data - asp.netHow to force IE 7 to open XHTML files? - internet-explorerWhat are the fast reporting solutions that work with .Net? - .netHow to return a record when the amount has reached a certain threshold - sqlGet common rows in one table - sqlHow to authenticate php or java client if I use WCF w / forms auth? - securityAll Articles