.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Display Scroll Bar in Tool Palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Display Scroll Bar in Tool Palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
