• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    muthineni
    Posts: 68
    Registered: ‎10-10-2011

    Display Scroll Bar in Tool Palette

    166 Views, 1 Replies
    03-16-2012 04:30 AM
    Friend Shared m_ps As Autodesk.AutoCAD.Windows.PaletteSet = Nothing If m_ps Is Nothing Then m_ps = New Autodesk.AutoCAD.Windows.PaletteSet("Test") Dim myPalette As EPSSN = New Test() m_ps.Add("Test", myPalette) m_ps.Size = New Drawing.Size(354, 591) m_ps.Visible = True end if In my tool palette is have some controls. In some systems entire palette is visible completely, but in some systems, the bottom controls in the palette are not visible where the system settings are different. Is there any option to display scroll bar in the tool palette automatically? Thank you.
    Please use plain text.
    Valued Contributor
    Posts: 61
    Registered: ‎04-14-2010

    Re: Display Scroll Bar in Tool Palette

    03-16-2012 06:00 AM in reply to: muthineni

    Why don't you add ScrollView control?

     

    PS Your display of copy paste code is teriable to read

    Please use plain text.