Hello

I wonder if it is possible center align a linklabel in a Panel ?

I cant find any property for this in the Panel.

Thank you

I couldn't find any way to do it within the settings either.

Your best bet would probably be to do it within your code itself, taking into account the margin around the linklabel and positioning it at center of panel - margin of linklabel - 1/2 width of linklabel for the x coordinate, etc. In fact if you have many of them to center you can turn it into a loop.

Either that or do the calculations by hand and maneuver the linklabels in the form designer (I tried it and there doesn't seem to be any "snap to" lines that come up in the panel).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.