When you open up StickiesDocument.nib, you will see three items. These items are the Cocoa-Controls Panel, a window named Stickies, and the StickiesDocument.nib Panel. Click on the Window called Stickies and the menubar will change to Interface Builder. Click on Tools -> Show Info. When you click Show Info, a box will pop up labeled "NSTextView Info." Immediately under the label you will see a pop-up box labeled "Attributes."
If you see the label "Attributes" then you are on the right pane. In this pane, you will see a wealth of options for the Stickies. Some of the obvious ones are Text Color, Background Color, Border, and Scrollbar Size. The scrollbar comes in two sizes, small and regular.
There is a second set of options for the stickies that all include a checkbox for each option. These options are as follows:
- [Selectable] -> Check this and you will be able to select text, pictures, etc... and paste it somewhere else for example.
- [Editable] -> Check this and you will be able to edit the sticky note otherwise you can make the sticky uneditable.
- [Multiple fonts allowed] -> Check this and Allow multiple fonts and styles.
- [Graphics allowed] -> Check this and you can put pictures in your sticky otherwise you will not be able to use graphic in your sticky.
- [Undo allowed] -> Check this and you can use the undo command otherwise you will not be able to use it.
- [Continuous Spell Checking] -> This one doesn't work since the Stickies app already has an option for this. Go to Edit -> Spelling -> Check Spelling as you type.
- [Uses Find Panel] -> This one doesn't work since the Stickies app already has an option for this. Go to Edit -> Find -> There are tons of find selections available.
- [Allows Document Background Color Change] -> This one doesn't work since the Stickies app already has an option for this. Go to color and pick the color you want the Stickies background color to be.
- [Show Scroller] -> Check this and your stickies will now have a scroll bars. This one is my favorite. I have this option turned on as the default. This is the configuration that I use when I am using something like the script editor dictionary hint.
- [Automatically Hide Scroller] -> Check this and the scroll bar will automatically hide if there is nothing to scroll. This is one of my favorite features. I have this one turned on by default.
- [Hidden] -> Check this and the text or picture image on the sticky will be hidden. Even though you are not able to see the text or image on the sticky note, you can still copy and paste it to a text or graphic editor. This is really funky! I haven't really found a good use for this feature yet.

