sizegrip on a control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bernie Yaeger

    sizegrip on a control

    Windows forms come with a resize sizegrip at the bottom right of a form, for
    dynamic resizing. I am trying to do the same thing with any control, say a
    listbox or a datagrid.

    Is there a way to attach something like this, that has the functionality I'm
    looking for? I don't want a generic resizer control that simply allows the
    controls on a form to resize automatically with the form resize, unless it
    also provides for individual control dynamic resizing.

    Thanks for any help.

    Bernie Yaeger


  • Cor Ligthert

    #2
    Re: sizegrip on a control

    Bernie,

    I find this a hell to do, so it is not in my sample, however you would be
    able to calculate the portion where you want to have the resize grip, and
    than set another cursor in my opinion.

    However in my opinion a lot of work, and the most bad thing is, it is not
    debuggable.

    Cor


    Comment

    • Bernie Yaeger

      #3
      Re: sizegrip on a control

      Hi Cor,

      Thanks for your response; I'll play around with it a little.

      Bernie

      "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
      news:%23WB5wvy6 EHA.2632@TK2MSF TNGP10.phx.gbl. ..[color=blue]
      > Bernie,
      >
      > I find this a hell to do, so it is not in my sample, however you would be
      > able to calculate the portion where you want to have the resize grip, and
      > than set another cursor in my opinion.
      >
      > However in my opinion a lot of work, and the most bad thing is, it is not
      > debuggable.
      >
      > Cor
      >
      >[/color]


      Comment

      Working...