I have a problem with splitter, when I do this:
split->Location = System:rawing:oint(0,50);
To make the splitter start in a certain possition of the screen I should use Location, don't I? It doesn't make anything, as If I didn't put that line. Why?
I also tried with:
split->set_SplitPosition(50);
But it didn't work too.
thank you !
split->Location = System:rawing:oint(0,50);
To make the splitter start in a certain possition of the screen I should use Location, don't I? It doesn't make anything, as If I didn't put that line. Why?
I also tried with:
split->set_SplitPosition(50);
But it didn't work too.
thank you !