Message 1 of 2

Not applicable
01-06-2013
09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
// created PaletteSet and added a new UserControl instance. Autodesk.AutoCAD.Windows.PaletteSet m_ps = new Autodesk.AutoCAD.Windows.PaletteSet("Object Data"); UC uControl = new UC(); m_ps.Add("Object Data", uControl ); m_ps.Visible = true;
The above displays the PaletteSet.
I created an an app that uses a paletteset, and displays an usercontrol in it. I want to add a scroll to the paletteset. because when I resize it for editing the dwg file, The paletteset data below cannot be viewed without a scrol bar. Please suggest a way to add scroll bar for paletteset with an UserControl.
Solved! Go to Solution.