Forum Discussion
fmsap1968
Aug 04, 2026Tin Contributor
NEW FEATURES
I suggest these new features, which would be very useful for programmers.
✓ Native TreeView
✓ Modern ListView
✓ Advanced Grid
✓ Drag & Drop
✓ SVG support
✓ True Dark Mode themes
✓ Native PDF control
✓ Markdown control
3 Replies
As for the dark theme and the VB environment, you can at zero cost and natively
- fmsap1968Tin Contributor
✅ Native TreeView Control
✅ Modern ListView Control
✅ Advanced Data Grid Control
- Grouping
- Filtering
- Frozen columns
- Multi-column sorting
✅ Drag & Drop Support
- Records
- Files
- Controls
✅ Native SVG Support
- SVG images
- Scalable icons
- Theme-aware graphics
✅ True Dark Mode
- Forms
- Reports
- Navigation Pane
- Property Sheets
✅ Native PDF Viewer Control
- Embedded PDF viewing
- Search
- Navigation
✅ Markdown Control
- Markdown editor
- Markdown rendering
- Documentation pages
- Help systems
I agree that many of these would be useful for Access developers. However, several are freely available or can be easily created now. For example
- Treeview and DataGrid can both be created using HTML in an Edge browser control as well as many other items
- PDF files can be viewed in an Edge (or legacy) browser control
- If you have Access 365, the entire Access UI including the navigation pane, ribbon and property sheet are already theme aware and show true dark mode when black or dark grey themes are used
- Forms can also be made theme aware. See my article Create Theme-Aware Forms in Access. The same approach would also work for report view though you really wouldn't want to print in dark mode!
- Some drag and drop functionality is available but it mostly requires code
SVG graphics support isn't available at the moment