Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
SRP Controls 4.0.2
SRP Controls 4.0.2

...

4.0.2

EditTable

Panel

Picture

  • Updated to auto-rotate JPEG images with the orientation metadata tag

Ribbon

  • Added Clear method for resetting the ribbon

  • Updated Init method to allow multiple intializations (if you call Clear first)

Schedule

Subclass

...

Splitter

  • Updated rendering logic to support ColorFill margins so you can make the visual splitter narrower than the physical control.

Anchor
SRP Controls 4.0.1
SRP Controls 4.0.1

4.0.1

Button

  • Added IconSize property for forcing icon images into specific sizes

...

Schedule

  • Updated Server property to accept "" as a value indicating that the control should disconnect from the SRP Sync Server.
  • Fixed bug where appointments would get duplicated when another synchronized schedule added appointments.
  • Fixed bug where appointments updated via COM interface would not successfully acquire the new attributes.

Subclass

  • Fixed bug where ComboSelPos would not reset to 0 when cleared.
  • Fixed bug where dropdown buttons occasionally misbehaved.

Tree

...

  • Added OnMinimizeChange event, which fires when the ribbon minimizes or maximizes.

Subclass

  • Added SpinRange property for setting the numerical limits of a spin button.

Tree

  • Added AutoExpandDuringDrag property to disable items expanding automatically while doing a drag and drop operation.
  • Added KeystrokeFindEnabled property to disable the user typing on the keyboard to jump to an item.
  • Added KeystrokeFindTime property to set the time, in milliseconds, between keystrokes to continue a word when doing a keystroke search.
  • Added ImageSize property to set the fixed size of tree item images.
  • Added Filter property to allow a condition statement applied to all items in the tree, hiding those that don't meet the condition.
  • Added ItemField and ItemFields properties to support user defined values associated to an item.
  • Fixed bug where tree would crashed drag-clicking check boxes

...