Hallo,
I have group box and inside this groupbox i have tow panels called pnl1, pnl2 . on button click i want to hide pnl1 and want to position pnl2 in the position of pnl1 but when i do it it positions relative to the form not relative or inside Groupbox. Anyidea how to position it right?
i also tried pnl2.location =pnl1.location
still it is not working
thanks


