Question related to LinkLabel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vikash Jain [MSFT]

    Question related to LinkLabel

    Hi,
    I am using a link label in my application and am not setting any size for
    the link label.
    When i run my application i see the link label properly but only
    approximately 75% of the width of the label is clickable though the entire
    label shows up in blue color.
    Do i need to set some property so that the label is clickable anywhere in
    the span of its width.

    Thanks in advance,
    Vikash


  • kimiraikkonen

    #2
    Re: Question related to LinkLabel

    On May 15, 5:26 pm, "Vikash Jain [MSFT]" <vika...@micros oft.com>
    wrote:
    Hi,
    I am using a link label in my application and am not setting any size for
    the link label.
    When i run my application i see the link label properly but only
    approximately 75% of the width of the label is clickable though the entire
    label shows up in blue color.
    Do i need to set some property so that the label is clickable anywhere in
    the span of its width.
    >
    Thanks in advance,
    Vikash
    Maybe the link label control's width bounds to another control on your
    form / a kind of alignment issue, try to "bring to front" or reserve
    some free space to make it all clickable, just a guess.

    Thanks,

    Onur Güzel

    Comment

    Working...