Control position on inherited Form

N

nitinvraj

Hi all,

I have created a base form and put some button controls at the bottom
in a row.


I have multiple inherited forms from this base form. What I want is the

buttons
should be always fixed position at the bottom depending on the height
of the inherited form.
But I am not able to achieve this. I anchored all the buttons left,
bottom, right. But on
inherited form they appear at the same position as in the base form.


How can I achieve this.


Thanks,


Nitin.
 
G

Guest

Although I think this is a silly solution, but you can make these Buttons
protected or public in the Base Form and change their anchoring in each
inherited form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top